Logo

Learning Perl the Hard Way by Allen B. Downey

Large book cover: Learning Perl the Hard Way

Learning Perl the Hard Way
by

Publisher: Green Tea Press
ISBN/ASIN: 1441419039
Number of pages: 69

Description:
The book that emphasizes good programming style in Perl. Many of the Perl programs I have seen are written in a quick-and-dirty style; I wanted to see if the style I have developed in other languages can translate.

Home page url

Download or read it online for free here:
Download link
(330KB, PDF)

Similar books

Book cover: Higher-Order Perl: Transforming Programs with ProgramsHigher-Order Perl: Transforming Programs with Programs
by - Morgan Kaufmann
Perl incorporates many advanced features that are not well understood and are rarely used by most Perl programmers, but they are very powerful. One of these techniques is writing functions that manufacture or modify other functions.
(19577 views)
Book cover: Perl ProgrammingPerl Programming
- Wikibooks
This books describes and explains Perl (Practical Extraction and Report Language), a scripting language that is usually interpreted and is noted for its extensive use of regular expressions and a large module archive CPAN.
(12035 views)
Book cover: Embedding Perl in HTML With MasonEmbedding Perl in HTML With Mason
by - O'Reilly
The text shows how to create large, dynamically driven web sites that look good and are easy to maintain. Mason is a tool for embedding the Perl programming language into text, in order to create text dynamically, most often in HTML.
(16036 views)
Book cover: Practical mod_perlPractical mod_perl
by - O'Reilly
mod_perl is an Apache module that builds the Perl directly into the Apache web server. With mod_perl CGI scripts run 50 times faster, you can integrate databases with the server. The book is about building, using, programming, and optimizing mod_perl.
(15184 views)