On Sun, 27 Mar 2005 09:27:09 -0500, Randy W. Sims wrote:
> 
> or even
> 
> perldoc -l Module::Name
> 

Nope, that won't do. What if a module is installed but has no pod file
or embedded pod? Example:

> perldoc -l Pod::Perldoc
No documentation found for "Pod::Perldoc".
> perl -MPod::Perldoc -e'print "Exists!\n"'
Exists!

-- 
Offer Kaye

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to