in reply to whichpm

$ perldoc -l modulename would give you exactly the same result.

Or am I missing something?

$ perldoc -l HTML::Parser /usr/lib/perl5/site_perl/5.6.1/i386-linux/HTML/Parser.pm

Replies are listed 'Best First'.
Re: Re: whichpm
by jmcnamara (Monsignor) on Jul 16, 2003 at 08:57 UTC

    The command perldoc -l gives the location of the pod which might not be the same file as the source code, for example:
    $ perldoc -l Inline::C /usr/local/perl/lib/site_perl/5.6.1/Inline/C.pod

    --
    John.