Perl Manuals for Modules

2002-12-12 Thread Narayan Kumar
I am too new perl. How do I see a list of all the modules that are supported by my perl, and what do I do to man those modules. Narayan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Perl Manuals for Modules

2002-12-12 Thread Rob Dixon
: Narayan Kumar [EMAIL PROTECTED] To: 'Perl' [EMAIL PROTECTED] Sent: Thursday, December 12, 2002 9:13 AM Subject: Perl Manuals for Modules I am too new perl. How do I see a list of all the modules that are supported by my perl, and what do I do to man those modules. Narayan

Re: Perl Manuals for Modules

2002-12-12 Thread wiggins
On Thu, 12 Dec 2002 11:02:46 -, Rob Dixon [EMAIL PROTECTED] wrote: Narayan In general, on Unix: perl -MCPAN -eshell then use 'h' for help, 'm /regex/' for a list of modules matching the regex. This appears to give you a list of