anadem has asked for the wisdom of the Perl Monks concerning the following question:

While installing Net-Netmask, ppm shows it's got a pod:
ppm> install Net-Netmask <snip> Installing E:\Perl\site\lib\Net\Netmask.pod
Can perldoc use the pod? I get:
> perldoc Netmask No documentation found for "Netmask".
perhaps a suitable incantation would make it work?
thanks

Replies are listed 'Best First'.
Re: using pod?
by Tanktalus (Canon) on Feb 09, 2005 at 20:54 UTC

    That would be perldoc Net::Netmask, and, yes, perldoc can use it just fine.