News

spider.pl is a program for fetching documnts from a web server ... The config example above shows that the configuration parameters are stored in a perl hash. The above example is not very useful as ...
If you filled out a Web form, for example, there’s a good chance you ran a Perl program on the computer you contacted from your own machine. Some corporate information-systems people have ...
print` Now, this is a fairly simple example and could have easily been done using a tool such as sed, but the important thing is that you could have used any arbitrarily complex perl program as ...
The goal is to give the reader an idea of the flavor of Perl, and the authors succeed at doing just that. But, be warned, this is not a tutorial for those of you wishing to learn to program Perl. In ...
Debugging is an annoying necessity in any language, whether it's debugging your own code or somebody else's that you've been given to make work on your system. Anything you can do to make debugging ...
Moye explains what KMTTG is and why he built it: KMTTG is a Perl/Tk program I wrote to facilitate ... off "Remove .TiVo file after decrypt", for example, to save hard drive space.) ...
I only did this to make the example more clear. Notice the odd order in which the wavelengths are listed. This neither corresponds to the order of the numeric values or the color names. The Perl ...
Two key areas for improving Perl programming are achieving better support for Win32 and efficiently producing an executable version of your program. Here, we've rounded up a couple of tips to ...