Difference between revisions of "Perl"

From Christoph's Personal Wiki
Jump to: navigation, search
(External links)
(Modules)
Line 6: Line 6:
 
=== Installing ===
 
=== Installing ===
 
  perl -MCPAN -e shell
 
  perl -MCPAN -e shell
 +
#Or,
 +
perl -MCPAN -e "install Example::Module"
  
 
=== My favourites ===
 
=== My favourites ===

Revision as of 00:43, 22 February 2007

Perl is a dynamic programming language.

Modules

Search and download: http://search.cpan.org/

Installing

perl -MCPAN -e shell
#Or,
perl -MCPAN -e "install Example::Module"

My favourites

BioPerl

See: http://www.bioperl.org/wiki/Main_Page

External links

This article is curently a "stub". This means it is an incomplete article needing further elaboration.

I always welcome suggestions, comments, and criticism. If you have something to contribute to this site, please follow this link: Contributing Information. Thank you!