A.P. Lawrence On Pro Perl
In the review copy I read, there still were some unfortunate typos that might confuse someone completely new to Perl.…
network
In the review copy I read, there still were some unfortunate typos that might confuse someone completely new to Perl.…
I've been using http://groups-beta.google.com/ for Newsgroup posting for a while now. It's convenient for me because of my nomadic life…
ActiveState announced the release of Perl Dev Kit 6.0, the newest version of its industry-standard toolkit for easily creating, building…
Perl has an easy to use "sort" function. For example, you might have an array like this:
When you strip away all the layers of marketing hype and industry jargon, Microsoft's Component Object Model (COM) is simply…
How do I package my PERL code as a COM component?
Most computer users, especially software engineers, have had a need to modify multiple files to either add a line of…
Arrays often need sorting. Perl has built-in ways to help you, but as usual, there's more than one way to…
Perl folk seem not to like Python, at least not at first glance. It's easy to understand why: the languages…
Perl has wonderful I/O capabilities. I'm only going to cover input here: reading from files or standard input. There are…