Web links of Perl tutorials
http://perl5maven.com/perl-tutorial
Perl, is a general programming language. It has been used in everything from bioscience (http://www.bioperl.org) to web development (http://mojolicio.us ,http://perldancer.org, http://www.catalystframework.org , and many many more.) As with many things in Perl there is usually more then one way to do things.
Here is a small sample of things Perl community in general has:
Parsers: http://www.jeffreykegler.com/marpa
BioPerl: http://www.bioperl.org
Scientific computing: http://pdl.perl.org/
Webframe works: (lots here, just naming a few)
* Plack: http://plackperl.org/
* Mojolicious: http://mojolicio.us
* Perl Dancer: http://perldancer.org
* Catalyst: http://www.catalystframework.org
* CGI Application :http://search.cpan.org/~markstos/CGI-Application-3.21/lib/CGI/Application.pm
Templating Frameworks: (Lot here, just naming a few)
* Template Toolkit : http://template-toolkit.org/
* Mason : http://www.masonhq.com/
GUI and Graphics: (Lots here as well)
* PerlQt: http://perlqt.wikidot.com/
* WxPerl : http://wxperl.sourceforge.net/
* Perl GTK: http://gtk2-perl.sourceforge.net/
* http://sdl.perl.org/
Perl Connects to all sorts of Databases using DBI, or one of many ORM's I'd recommend DBIx::Class (http://search.cpan.org/dist/DBIx-Class/)
This is just to name a few, things Perl can do. I am probably forgetting a ton of other areas.
Perl, is a general programming language. It has been used in everything from bioscience (http://www.bioperl.org) to web development (http://mojolicio.us ,http://perldancer.org, http://www.catalystframework.org , and many many more.) As with many things in Perl there is usually more then one way to do things.
Here is a small sample of things Perl community in general has:
Parsers: http://www.jeffreykegler.com/marpa
BioPerl: http://www.bioperl.org
Scientific computing: http://pdl.perl.org/
Webframe works: (lots here, just naming a few)
* Plack: http://plackperl.org/
* Mojolicious: http://mojolicio.us
* Perl Dancer: http://perldancer.org
* Catalyst: http://www.catalystframework.org
* CGI Application :http://search.cpan.org/~markstos/CGI-Application-3.21/lib/CGI/Application.pm
Templating Frameworks: (Lot here, just naming a few)
* Template Toolkit : http://template-toolkit.org/
* Mason : http://www.masonhq.com/
GUI and Graphics: (Lots here as well)
* PerlQt: http://perlqt.wikidot.com/
* WxPerl : http://wxperl.sourceforge.net/
* Perl GTK: http://gtk2-perl.sourceforge.net/
* http://sdl.perl.org/
Perl Connects to all sorts of Databases using DBI, or one of many ORM's I'd recommend DBIx::Class (http://search.cpan.org/dist/DBIx-Class/)
This is just to name a few, things Perl can do. I am probably forgetting a ton of other areas.
Comments
Post a Comment