in reply to List of all perl modules existing on my machine

Hi suresh,

$ perldoc perllocal will give you all the modules that were installed through the standard procedure:

perl Makefile.pl make make test # ;-) make install # this updates perllocal.pod
But you will miss the "standard" mods that come with Perl.

(Update: fixed stupid typo in user node number)

--
Cheers, Joe

Replies are listed 'Best First'.
Re: Re: List of all perl modules existing on my machine
by suresh (Initiate) on Nov 06, 2002 at 17:00 UTC
    Thanks Joe!!!