[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: a question about finding a couple of packages



Scott Berry wrote:
> Also one more question.  Where is the standard location for perl
> scripts located?

Basically, under /usr/lib/perl5.  Within that there are numerous
directories for organizing modules.

To see the complete list of paths that perl searches for installed
modules in, run this:

    perl -e 'foreach (sort @INC) { print "$_\n" }'

-- 
Todd        OpenPGP -> KeyID: 0xBEAF0CE3 | URL: www.pobox.com/~tmz/pgp
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I advise you to go on living solely to enrage those who are paying
your annuities. It is the only pleasure I have left.
    -- Voltaire

Attachment: pgp9ReRySjxee.pgp
Description: PGP signature


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]