Difference between revisions of "Perl"
From OpenWetWare
(→Toolkits) |
|||
(24 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | __NOTOC__ | |
− | + | *[http://cpan.org/ CPAN]: Comprehensive Perl Archive Network | |
− | |||
− | |||
− | *[http://cpan.org/ Comprehensive Perl Archive Network | ||
*[http://www.perl.org/ The Perl Directory] - perl.org | *[http://www.perl.org/ The Perl Directory] - perl.org | ||
**[http://perldoc.perl.org/ Perl documentation] | **[http://perldoc.perl.org/ Perl documentation] | ||
+ | **[http://www.perldoc.com/perl5.8.0/pod/perlintro.html Introduction to Perl] | ||
**[http://faq.perl.org/ FAQs] | **[http://faq.perl.org/ FAQs] | ||
*[http://www.perl.com/ Perl.com] | *[http://www.perl.com/ Perl.com] | ||
**[http://www.perl.com/pub/q/faqs FAQs] | **[http://www.perl.com/pub/q/faqs FAQs] | ||
+ | *[http://www.cs.cmu.edu/People/rgs/pl-exp-op.html Perl 4 operators] | ||
+ | *[http://use.perl.org/~ziggy/journal/26131 Manipulexity and Whipuptitude] | ||
+ | *[http://www.perl.com/pub/a/2006/01/12/what_is_perl_6.html perl.com: What Is Perl 6] | ||
+ | *[http://stuff.mit.edu/iap/perl/ SIPB IAP 2006 Perl Programming] | ||
+ | *[http://perldoc.perl.org/index-language.html Language reference] - perldoc.perl.com | ||
+ | **[http://perldoc.perl.org/perlsyn.html perlsyn] | ||
+ | *[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== | ||
+ | *[http://sedition.com/perl/code-index.html Code index] | ||
+ | *[http://www.perlcircus.org/ Perl Circus] - Perl Tricks, Tips And Traps | ||
+ | *[[Perl/Closures|Closures]] | ||
+ | *[[Perl/Modules|Modules]] | ||
*[http://sial.org/howto/perl/ Perl howto] @ sial.org | *[http://sial.org/howto/perl/ Perl howto] @ sial.org | ||
− | *[http://www. | + | *[http://www.perl.com/pub/a/2006/03/02/ajax_and_perl.html Using Ajax from Perl] @ perl.com |
− | *[http://www.catalystframework.org/ Catalyst] | + | *[http://www.perl.com/pub/a/2005/07/14/bestpractices.html Ten Essential Development Practices] @ perl.com |
+ | |||
+ | ==Toolkits== | ||
+ | *[[Perl/CGI|CGI]] | ||
+ | **[http://perldoc.perl.org/CGI.html CGI - perldoc.perl.org] | ||
+ | **[http://search.cpan.org/dist/CGI.pm/ CGI.pm - Lincoln D. Stein] | ||
+ | **[http://search.cpan.org/~markstos/CGI-Application-4.05/lib/CGI/Application.pm CGI::Application] - Framework for building reusable web-applications | ||
+ | **[http://www.perl.com/pub/a/2001/06/05/cgi.html Using CGI::Application] | ||
+ | *[[Perl/DBI|DBI]] | ||
+ | *[[BioPerl]] | ||
+ | |||
+ | ===Web development frameworks=== | ||
+ | *[http://www.catalystframework.org/ Catalyst] | ||
+ | **[http://www.perl.com/pub/a/2005/06/02/catalyst.html perl.com: Catalyst] | ||
+ | *[http://jifty.org/ Jifty] | ||
+ | **[http://stuff.mit.edu/iap/webapps/ MIT IAP 2007 class] | ||
+ | |||
+ | ===GUI=== | ||
+ | *[http://www.perl.com/pub/a/2001/03/gui.html Writing GUI Applications in Perl/Tk] | ||
+ | *[http://www.perl.com/pub/a/2001/09/12/wxtutorial1.html wxPerl: Another GUI for Perl] | ||
+ | |||
+ | ==Books== | ||
+ | *[http://www.cs.cf.ac.uk/Dave/PERL/perl_caller.html Practical Perl Programming] | ||
+ | *[http://en.wikibooks.org/wiki/Programming:Perl Programming:Perl] - a wikibook | ||
+ | *[http://freecomputerbooks.com/langPerlBooks.html Misc Perl books online] | ||
+ | *[http://www.unix.org.ua/perl/ Введение в Perl] |
Latest revision as of 13:45, 13 April 2007
- 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
- Code index
- Perl Circus - Perl Tricks, Tips And Traps
- Closures
- Modules
- Perl howto @ sial.org
- Using Ajax from Perl @ perl.com
- Ten Essential Development Practices @ perl.com
Toolkits
- CGI
- CGI - perldoc.perl.org
- CGI.pm - Lincoln D. Stein
- CGI::Application - Framework for building reusable web-applications
- Using CGI::Application
- DBI
- BioPerl