in reply to Re: Question about the most efficient way to read Apache log files without All-In-One Modules from CPAN (personal learning exercise)
in thread Question about the most efficient way to read Apache log files without All-In-One Modules from CPAN (personal learning exercise)
"The source-code to any installed package can also be found in the library directories of your computer. The PERL5LIB environment-variable (or its equivalent, found in some control-panel, in Windows), will tell you where."
No, that's wrong!
@INC contains the directories. These directories include whatever's in $PERL5LIB if it's been set or in $PERLLIB if that's been set.
This is documented in perlrun: ENVIRONMENT:
You can confirm this with perl -V (look under %ENV: and @INC: at the end of the output).
Please check your information before posting.
-- Ken
|
|---|