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?

I am very wary of deleting duplicate modules as it seems that those installed in the 
"vendor" (Mandrake) directory are necessary for much of Mandrake's operation.


TIA



-- 
Owen



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to