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