in reply to
how to get documentation of perl modules
Hi
perlplayer
,
At the command prompt try
perldoc File::Find
, for example this should display the documentation for
File::Find
. Documentation is also available on
cpan
.
Hope this helps
Martin
Comment on
Re: how to get documentation of perl modules
Download
Code
In Section
Seekers of Perl Wisdom