Thursday, May 1, 2008

Perl: Finding out what modules are installed

perldoc perlmodlib: To find out what modules come with perl, look in Appendix A of Perl 5 Pocket Reference. From the command line, use the perldoc command from the UNIX shell. All the Perl documentation is available with this command.

perldoc File::Basename: To learn more about a module, run perldoc with the module's name

perldoc perllocal: To find Optional Modules that you may have installed

No comments:

Post a Comment