[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Tracking an Error within a Perl script
- Subject: RE: [cobalt-users] Tracking an Error within a Perl script
- From: "Ian" <ian@xxxxxxxxxxxxxxxxxxxx>
- Date: Thu Nov 7 11:04:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> perl -w YaBB.pl
> The 'w' gives diagnostics.
Right, I think I am getting somewhere now, so thanks for the perl -w command,
this has highlighted something.
It brings up this one items amongst a couple of other minor things i think as
follows:
Can't locate ./myforum/cgi-bin/yabb/Sources/Subs.pl in @INC (@INC conatins:
/usr/lib/perl5/5.00503/i386-linux /usr/lib/perl5/5.00503
/usr/lib/perl5/site_perl/5.005/i386-linux /usr/lib/perl5/site_perl/5.005 .) at
YaBB.pl line 35.
That was all one line BTW above.
I have again double and tripple checked that this path is correct and even tried
placing in an absolute path starting with the /web etc, but without any change
in the error of cant locate.
Any ideas what this cant locate can mean, is it a perl version problem maybe?
Thanks again all for the help so far,
Ian