Owen wrote:
I just installed the latest File::Slurp and now I have two of them
/usr/lib/perl5/site_perl/5.8.3/File/Slurp.pm
/usr/lib/perl5/vendor_perl/5.8.1/File/Slurp.pm
a perldoc File::Slurp gives me the site_perl version(the latest)
Printing @INC gives me
.
.
/usr/lib/perl5/site_perl/5.8.3
.
.
/usr/lib/perl5/vendor_perl/5.8.1
perldoc -q @INC does not answer my query, so can I ask
Is the print out sequence of @INC consistent and the same as the
search path?
Yes. You can confirm it if you like:
print File::Slurp->VERSION, "\n";
--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>