Perl The Write-Only Scripting Language for UNIX Mac and PC
55
|
Learning Perl, 5th Edition
Price: $22.38
List Price: $39.99 |
|
Programming Perl (3rd Edition)
Price: $12.01
List Price: $49.95 |
|
Intermediate Perl
Price: $20.00
List Price: $39.99 |
|
Perl Best Practices
Price: $23.60
List Price: $40.00 |
You can write this stuff but you can't debug it
Perl stands for Practical Extraction and Reporting Language. It is an interpreted language, which means it can run from the command line without a compiler or linker and it is a scripting language, which means unlike compiled languages it can also run from a pre-written list of instructions or a "script."
Perl is a very popular utility on web servers because of its specialized functions for text processing. One of Perl's best and most relied-upon features is its ability to search and categorize very large amounts of text information, and also to modify text files with extremely complex search and replace functions.
Perl runs on every major desktop and server platform and is compatible with a wide variety of both commercial and open source database and web server platforms. Perl is very common on Linux and UNIX web servers, and is usually installed by default on most distributions of Linux.
Perl News (Can we read it yet?)
- The Replaceable Batteries of Your Standard Library - Modern Perl ...
Modern Perl programming, circa 2009, relies on the collected wisdom of the entire Perl ecosystem. It's time to write elegant, reliable, maintainable, well-tested, and predictable code. ...
- Perl Bio-Robotics module, Robotics.pm and Robotics::Tecan – 88 ...
At this time I am deciding how much state to keep within the Perl module. By keeping state, some robot programming might be simplified (avoiding deadlock or tracking tips). In general I am aiming for a more “protocol friendly” method ...
- Re: About the perl index function question - nntp.perl.org
Re: About the perl index function question. Message ID: eb686fc70912080218g4552fe1sacbbaf0660c92084@mail.gmail.com. Thanks Dermot and erez.schatz I got it ~ On Tue, Dec 8, 2009 at 4:59 PM, Erez Schatz wrote: ...
- About the perl index function question - nntp.perl.org
Hi,all : I have a problem about the perl index function , the problem is the following : #!/usr/bin/perl use strict ; my $s = "The black cat jumped from the green tree"; print index $s, "e", 3 ####The result is 18 I don't understand the ...
- The Ebooks Nest : Free Ebooks Download: Perl for Oracle DBAs
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 Oracle9i, Oracle8i, and earlier databases. You don't need to be a Perl expert to reap ...
PrintShare it! — Rate it: up down flag this hub








