> -----Original Message-----
> From: Sofia [mailto:[EMAIL PROTECTED]]
> Sent: Friday, August 17, 2001 2:40 PM
> To: [EMAIL PROTECTED]
> Subject: perldoc and pod2man
>
>
> Is perldoc a module I need to install separately?
No. perldoc is a script which comes with the standard perl distribution
and is installed in the same directory as your perl binary. You may need
to add this directory to your PATH.
>
> Is pod2man a module to convert pod documentation to
> man pages? If so, where can I find it?
pod2man is a script, not a module. It is in the same directory as perl
and perldoc. Note that on Unix, man pages installed in addition to the
.pod documentation, so pod2man should not be needed for standard
documentation and modules installed from CPAN.
There are various Pod:: modules that are used by these scripts. Look
at the perldoc and pod2man scripts, as well as
perldoc perlpod
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]