in reply to perl modules

Hi,

On my system (Linux)
perldoc perllocal
produces a list of modules I have installed using the CPAN shell. (perl -MCPAN -e shell). It does not report on modules that are part of the core distribution (like CGI.pm). To see more than that, try what our fellow monks have suggested before me.

Update: Good call, Sweeper, I do that sometimes as well (like my work machine) - glad you mentioned it.

{NULE}
--
http://www.nule.org

Replies are listed 'Best First'.
Re: Re: perl modules
by Sweeper (Pilgrim) on Nov 15, 2001 at 02:44 UTC
    I don't use CPAN.pm, I use the usual four incantations:
    perl Makefile.PL make make test make install
    and at the time of make install, the perllocal file is updated.

    So, perldoc perllocal works for me too.