Bazsites.com Perl
Directory Topics
On the Web
- The Perl Foundation - Dedicated to the advancement of Perl through discussion, collaboration, design, and code. Coordinates perl.org, Perl Monks, Perl Mongers, and Yet Another Perl Conference; holds the copyrights on Perl and Parrot, and funds Perl development projects.
- CodeComments Perl Forums - Forums and web based access to many programming usenet Perl newsgroups, including Perl for beginners, Perl DBI, Perl modules as well as general Perl programming.
- Foy, Brian D. - Perl musings from the co-author of "Learning Perl" and "Intermediate Perl", founder of Perl Mongers, publisher and editor of "The Perl Review", and author of a number of CPAN modules.
- Perl.org - Run by the Perl Foundation with the aim of being "the central directory of all things Perl". Lists news, applications, documentations, communities, and events. Also hosts various Perl projects, including the Perl core, and many mailing lists.
- Perl Module Mechanics - How to build a perl module, how to document a perl module, how to document a perl program. Also PerlMonth articles, Perl modules. By Steven McDougall.
- Perl/Tk Tutorial - Create GUI with Perl's Tk Module - A tutorial for Perl/Tk language. Teaches how to create and code GUI (Graphical User Interface) programs using Perl and using the Tk module.
- perl-i18n@perl.org - Threaded archives for the e-mail discussion list focusing on internationalization issues with Perl.
- Enabling ODBC support in Perl with Perl DBI and DBD::ODBC - How to build Perl DBI, add the DBD::ODBC module and use an ODBC driver in Perl scripts.
- perl.com: Perl Design Patterns, Part 1 - The Gang-of-Four Design Patterns book had a huge impact on programming methodologies in the Java and C++ communities, but what do Design Patterns have to say to Perl programmers? Phil Crow examines how some popular patterns fit in to Perl programming.
- OOPWeb.com - Perl Directory - Perl 5 Documentation by Tom Christiansen and Nathan Torkington. And Perl 4 man page by Robert Stockton.
Wikipedia Articles
- Brian d foy - brian d foy (born 1970) is the publisher and editor of The Perl Review, co-author of books on Perl including Learning Perl and Intermediate Perl, founder of Perl Mongers, and a veteran of the Iraq War.is the author of multiple Perl modules on CPAN] and maintains the perlfaq portions of the core Perl documentation.
- Mod perl - mod_perl is an optional module for the Apache HTTP server. It embeds a Perl interpreter into the Apache server, so that dynamic content produced by Perl scripts can be served in response to incoming requests, without the significant overhead of re-launching the Perl interpreter for each request.
- Perl 6 rules - Perl 6 rules are Perl 6's regular expression, pattern matching and general-purpose parsing facility, and are a core part of the language. Since Perl's pattern-matching constructs have exceeded the capabilities of formal regular expressions for some time, Perl 6 documentation will exclusively refer to them as regexes, distancing ...
- Higher-Order Perl - Higher-Order Perl (Transforming programs with programs), ISBN 1-55860-701-3 (ISBN-13: 978-1-55860-701-9), is a book written by Mark Jason Dominus with the goal to teach Perl programmers with a strong C and Unix background how to use techniques with roots in functional programming languages like Lisp that are available in Perl as well, but less known. The book is often referred to as HOP.
- Just another Perl hacker - Just another Perl hacker, or JAPH, typically refers to a Perl program which prints "Just another Perl hacker," (the comma is canonical but is occasionally omitted). Short JAPH programs are often used as signatures in online forums, or as T-shirt designs.