Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jan 2003 23:32:26 -0500
From:      David Banning <david@skytracker.ca>
To:        questions@freebsd.org
Subject:   perl question about @INC
Message-ID:  <20030119233225.A65201@skytrackercanada.com>

next in thread | raw e-mail | index | archive | help
I got the error running a perl script;

Can't locate Getopt/Simple.pm in @INC (@INC contains: /usr/local/lib/perl5/site_perl/5.005/i386-freebsd /usr/local/lib/perl5/site_perl/5.005 . /usr/libdata/perl/5.00503/mach /usr/libdata/perl/5.00503) at ./adddir.pl line 28.
BEGIN failed--compilation aborted at ./adddir.pl line 28.

su-2.03# locate Simple.pm
/usr/local/lib/perl5/site_perl/5.005/LWP/Simple.pm
 
Where is the @INC alluded to in the error message and how would
I go about adding the real location of the file it is seeking?

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030119233225.A65201>