On Sun, 7 Apr 2002 01:11:16 -0500, [EMAIL PROTECTED] (Kevin Queen) wrote: > >Can't locate strict.pm in @INC (@INC contains: >/usr/local/lib/perl5/5.6.1/i486-linux /usr/local/lib/perl5 >/5.6.1 /usr/local/lib/perl5/site_perl/5.6.1/i486-linux >/usr/local/lib/perl5/site_perl/5.6.1 /usr/local/li >b/perl5/site_perl) at /opt/apache/cgi-bin/cvsweb.cgi line 48. >BEGIN failed--compilation aborted at /opt/apache/cgi-bin/cvsweb.cgi line 48. >[Sun Apr 7 01:02:10 2002] [error] [client 10.10.10.101] Premature end of >script headers: /opt/apache/cgi >-bin/cvsweb.cgi > >but when I run a: > find / -name strict.pm > >I receive the following: > >/network/perl-5.6.1/lib/strict.pm >/usr/local/lib/perl5/5.6.1/strict.pm > >so why is it not being found? > Check to make sure your script is converted to unix line endings, and post the snippet of code where you have use strict; Make sure you have the right perl interpreter as your first line.
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]