background preloader

Perl

Facebook Twitter

Web Client Programming with Perl. Practical mod_perl. The full book in HTML Preface mod_perl is an Apache module that builds the power of the Perl programming language directly into the Apache web server. With mod_perl, CGI scripts run as much as 50 times faster, and you can ... Part 1: mod_perl Administration Book by Parts.

Part 1: mod_perl Administration Part 2: mod_perl Performance Book by Parts. Part 3: Databases and mod_perl Book by Parts. Part 4: Debugging and Troubleshooting Book by Parts. Part 5: mod_perl 2.0 Book by Parts. Part 6: Appendixes Book by Parts. 0.1. To use this book effectively, you need to be familiar with the day-to-day details of running a web server, and you need to know the Perl programming ... 0.2. This book is not solely about mod_perl web development. 0.3. This book has four parts: Part I: mod_perl Administration Part I of this book focuses on the administration of ... 0.4.

At the end of almost every chapter in this book, we include lists of resources that give further detail on relevant topics. 0.5. 0.6. 0.7. 0.8. 0.9. Embedding Perl in HTML with Mason. Perl for System Administration. Web Development with Perl. Database Programming with Perl. Perl Security. Object Oriented Perl. Programming Perl. Perl for the Web. Perl & LWP. Exploring Programming Language Architecture in Perl. Modern Perl 2014. Mastering Perl. Learning Perl the Hard Way. Impatient Perl. Impatient Perl version: 9 September 2010 Copyright 2004-2010 Greg London Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.

A copy of the license is included in the section entitled "GNU Free Documentation License". Cover Art (Front and Back) on the paperback version of Impatient Perl is excluded from this license. For latest version of this work go to: 1 The Impatient Introduction to Perl 7 1.1 The history of perl in 100 words or less 7 1.2 Basic Formatting for this Document 7 1.3 Do You Have Perl Installed 8 1.4 Your First Perl Script, EVER 9 1.5 Default Script Header 9 1.6 Free Reference Material 10 1.7 Cheap Reference Material 10 1.8 Acronyms and Terms 10 2 Storage 11 2.1 Scalars 11 2.1.1 Scalar Strings 12 2.1.1.1 String Literals 12 2.1.1.3 chomp 13 #! #! Extreme Perl. Essential Perl. Perl 5 Internals. Higher-Order Perl. Beginning Perl. By Simon Cozens What does this book cover? Installing Perl on Windows and UNIX Making use of online Perl resources like CPAN First principles in programming and the Perl syntax Working with files and databases Writing web pages in Perl Using Perl as an object-oriented language Book overview Perl is a well-established programming language that has been developed through the time and effort of countless free software programmers into an immensely powerful tool that can be used on pratically every operating system in the world.

Perl started out as the "Swiss army knife" of computer languages and was used primarily by system administrators, but over time it's grown into an immensely robust language used by web-developers and programmers worldwide. It's also a great way to learn programming techniques and develop your own style of coding. "There's more than one way to do it" is the motto of Perl, but this book aims to take you through them all. Who is this book for?