faqts : Computers : Programming : Languages : Perl : webside heack

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

16 of 34 people (47%) answered Yes
Recently 6 of 10 people (60%) answered Yes

Entry

How can I find out what perl modules (and perhaps what they can be used for) are already installed on my system

Jul 12th, 2002 14:09
Anton Kokarski, Costas Mavroudis, http://stein.cshl.org/genome_informatics/using_perl_modules/perldoc.html


%perldoc perlmodlib - will give you the whole list and a lot more
to see documentation on particular module, let's say DBI run 
%perldoc DBI

Anton