http://www.perlmonks.org?node_id=301742


in reply to ActiveState and Perl App

You need to add "use Tk::Label" "use Tk::LabEntry" at the top of your main .pl file...PerlApp can't find them automatically.

Replies are listed 'Best First'.
Re: Re: ActiveState and Perl App
by perl_seeker (Scribe) on Nov 03, 2003 at 10:06 UTC
    Hello,
    thanks for the reply, and sorry for the delay in replying. I've added the use Tk::Label and use Tk::LabEntry
    statements.But the code worked when I set the mode of the text files to 0777
    perlapp.......... --bind test.txt[text,extract,file=c:\test,mode=0777]; .............
    Thanx :)