Perl: Difference between revisions
From OpenWetWare
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 14: | Line 14: | ||
**[http://perldoc.perl.org/perlsyn.html perlsyn] | **[http://perldoc.perl.org/perlsyn.html perlsyn] | ||
*[http://stein.cshl.org/genome_informatics/ Genome Informatics lectures] by Lincoln Stein | *[http://stein.cshl.org/genome_informatics/ Genome Informatics lectures] by Lincoln Stein | ||
**[http://stein.cshl.org/cgi-bin/perlref Perl Function Documentation] - lookup function description by its name | |||
==Recipes== | ==Recipes== | ||
Revision as of 02:31, 5 October 2006
- CPAN: Comprehensive Perl Archive Network
- The Perl Directory - perl.org
- Perl.com
- Perl 4 operators
- Manipulexity and Whipuptitude
- perl.com: What Is Perl 6
- SIPB IAP 2006 Perl Programming
- Language reference - perldoc.perl.com
- Genome Informatics lectures by Lincoln Stein
- Perl Function Documentation - lookup function description by its name
Recipes
Toolkits
- CGI
- CGI - perldoc.perl.org
- CGI.pm - Lincoln D. Stein
- CGI::Application - Framework for building reusable web-applications
- Using CGI::Application
- DBI
- Catalyst web development framework
- BioPerl