Beginning Perl (Expert's Voice in Open Source)
by James Lee, Simon Cozens, and Peter Wainwright
Beginning Perl, Second Edition is a well-named text that starts exactly where it claimsi' 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 Debugger Pocket Reference (Pocket Reference (O'Reilly))
by Richard Foley
Most Perl programmers know about the Perl debugger--the nifty little built-in utility that you can use to fully debug any programs that you write. Inside the interactive debugger environment, you're prompted for commands that let you examine your source code, set breakpoints, dump out function call stacks, change values of variables, and much more. It's so convenient that some programmers run it just to test out Perl constructs as they create a program. But although it's on their radar, not many...
Perl is a very powerful tool for Oracle database administrators, but too few DBAs realize how helpful Perl can be in managing, monitoring, and tuning Oracle databases. Whether you're responsible for Oracle9i, Oracle8i, or earlier databases, you'll find Perl an invaluable addition to your database administration arsenal. You don't need to be a Perl expert to use the excellent applications and scripts described in Perl for Oracle DBAs. The book explains what you need to know about Perl, provides...
Games, Diversions & Perl Culture (Best of the Perl Journal)
by Jon Orwant
If you are an expert Perl programmer interested in penetration testing or information security, this guide is designed for you. However, it will also be helpful for you even if you have little or no Linux shell experience.
Magic Fantasy Anime Coloring Book (Hasaway Anime Corner, #2)
by Arma Hasaway
With a worldwide community of users and more than a million dedicated programmers, Perl has proven to be the most effective language for the latest trends in computing and business. Every programmer must keep up with the latest tools and techniques. This updated version of Advanced Perl Programming from O'Reilly gives you the essential knowledge of the modern Perl programmer. Whatever your current level of Perl expertise, this book will help you push your skills to the next level and become a mo...
One of the greatest strengths of the Perl programming language is its ability to manipulate large amounts of data. Database programming is therefore a natural fit for Perl, not only for business applications but also for CGI-based web and intranet applications. The primary interface for database programming in Perl is DBI. DBI is a database-independent package that provides a consistent set of routines regardless of what database product you use--Oracle, Sybase, Ingres, Informix, you name...
Perl Language Reference Manual - for Perl Version 5.12.1
by Larry Wall and And Others
"Snappy Perl programs to streamline tasks and sharpen coding skills"-- "Perl one-liners are small and awesome Perl programs that fit in one line of code and do one thing really well. Perl One-Liners showcases 130 short and compelling lines of code that do all sorts of handy, geeky things like numbering lines in a file; generating random passwords; encoding, decoding, and converting strings; calculating factorials; even checking to see if a number is prime with a regular expression. Author Peter...
Building Bioinformatics Solutions
by Professor of Bioinformatics Conrad Bessant and Software Developer Darren Oakley