On Wednesday, June 5, 2002, at 05:08 , tom poe wrote:

> The author then follows with:
> "There are other ways to tell Perl where to look for modules; consult the
> Perl documentation for use."
>
> So, my question is, where is he thinking this info is?  Can someone point 
> me
> to a discussion of this topic?
> Thanks,
> Tom Poe
> Reno, NV
> http://www.studioforrecording.org/
> http://www.ibiblio.org/studioforrecording/


well since you have started well by understanding the

        use lib

then what you are looking for is

        perldoc perl

which will give you what your version of perl is aware of right now.

my personal growing list of perl documentation is up at:

        http://www.wetware.com/drieux/pbl/perldoc/

this includes a reference on how to get to the CPAN.... which
is one of the almost endless sources of more perl modules than
you wish to shake a stick at....

ciao
drieux

---


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to