in reply to Compiling Perl/Tk with perlcc

perlcc ist somehow still experimental. For compiling perl code, I use PAR which works fine in the most cases.

If you want to write Tk-Scripts using Scrolled or the like, sometimes there comes an errormessage like:

Can't locate Tk/AddScrollbars.pm in @INC (...
The reason is that the Module Module::ScanDeps doesn't find the .al-Files yet. Either require them or copy the code from these files to one of your Modules.

Best regards,
perl -e "s>>*F>e=>y)\*martinF)stronat)=>print,print v8.8.8.32.11.32"

Replies are listed 'Best First'.
Re: Re: Compiling Perl/Tk with perlcc
by Chavez12 (Initiate) on Mar 13, 2003 at 13:44 UTC
    Sorry for the composition of my question! I'm a newbie at the arts of the camel! Thanks for your replies! Rich