Home CGI101.COM: Tools for Building A Better Website

Perl Books for Web Developers


Learning Perl, 5th Edition

Programming Perl (3rd Edition)

Regular Expression Pocket Reference: Regular Expressions for Perl, Ruby, PHP, Python, C, Java and .NET (Pocket Reference (O'Reilly))

This handy little book offers programmers a complete overview of the syntax and semantics of regular expressions that are at the heart of every text-processing application. Ideal as a quick reference, Regular Expression Pocket Reference covers the regular expression APIs for Perl 5.8, Ruby (including some upcoming 1.9 features), Java, PHP, .NET and C#, Python, vi, JavaScript, and the PCRE regular expression libraries. This concise and easy-to-use reference puts a very powerful tool for manipulating . . . [read more]


Perl Best Practices

Many programmers code by instinct, relying on convenient habits or a "style" they picked up early on. They aren't conscious of all the choices they make, like how they format their source, the names they use for variables, or the kinds of loops they use. They're focused entirely on problems they're solving, solutions they're creating, and algorithms they're implementing. So they write code in the way that seems natural, that happens intuitively, and that feels good. But if you're serious about . . . [read more]


Perl Cookbook, Second Edition

Intermediate Perl

Perl is a versatile, powerful programming language used in a variety of disciplines, ranging from system administration to web programming to database manipulation. One slogan of Perl is that it makes easy things easy and hard things possible. Intermediate Perl is about making the leap from the easy things to the hard ones. Originally released in 2003 as Learning Perl Objects, References, and Modules and revised and updated for Perl 5.8, this book offers a gentle but thorough introduction to intermediate . . . [read more]


Beginning Perl, Second Edition

Beginning Perl, Second Edition is a well-named text that starts exactly where it claims…This book is a fine place to start. — James Edward Gray II, Slashdot contributor ...there are great examples, and projects assigned after each chapter to help you really understand and remember how to code in Perl. — Mark Spritzler, JavaRanch Bartender This book is a well-conceived introduction to Perl in tutorial form... A Very Good Book. :) :) :) :) of 5. — George Woolley of Oakland Perl Mongers The Perl (this . . . [read more]


Beginning Perl for Bioinformatics

Perl Pocket Reference, 4th Edition

The Perl Pocket Reference is an invaluable reference for those who find themselves frequently searching for a quick answer to a question or reminder of a syntax rule. This handy, well-organized quick reference condenses stacks of Perl documentation down to the most essential at-your-fingertips facts. For ease-of-use, convenience, and price, this little reference is the first place Perl programmers look when they need an answer quickly. The Perl Pocket Referenc provides a complete overview of . . . [read more]


Mastering Perl

This is the third in O'Reilly's series of landmark Perl tutorials, which started with Learning Perl, the bestselling introduction that taught you the basics of Perl syntax, and Intermediate Perl, which taught you how to create re-usable Perl software. Mastering Perl pulls everything together to show you how to bend Perl to your will. It convey's Perl's special models and programming idioms. This book isn't a collection of clever tricks, but a way of thinking about Perl programming so you can . . . [read more]

This page was updated at Wed Jul 23 00:30:03 CDT 2008. More info on how this page was built...

Top of Page Home