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: Modern PerlModern Perl
by - Onyx Neon Press
Modern Perl is one way to describe how experienced and effective Perl 5 programmers work. They use language idioms. They take advantage of the CPAN. They're recognizably Perlish, and they show good craftsmanship and a full understanding of Perl.
(12839 views)
Book cover: Perl 5 TutorialPerl 5 Tutorial
by
This is a free Perl tutorial that is packed with everything you need to know to get started on Perl programming. Throughout the text there are many examples examples, illustrations and exercises in the form of concept consolidation questions.
(18935 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.
(16159 views)
Book cover: Practical Perl ProgrammingPractical Perl Programming
by - Cardiff School of Computer Science
Introduction to Perl: variables, arrays, operators, statements, functions, references, input and output, regular expressions, reports, special variables, handling errors and signals, objects, modules, debugging, command-line options, etc.
(17612 views)