Mark Stosberg wrote:
> The answer is that CGI::App 4 is not installed in the system path. > > 'perl -cw' isn't finding it, but the scripts are configured with the > right 'use libs' line, so they don't have a problem. > > Workaround: > Add 'use lib' lines to the modules I want to compile in my editor so > they find the right CGI::App module. Or use the -I switch perl -cw -I/path/to/modules -- Michael Peters Developer Plus Three, LP --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
