You have often seen search results split into pages with 10 results per page - all the search engines do this. This article will show you how to do this in Perl.
If you're sick and tired of backslashing double quote signs, and you want to know why you can't print "japhy@pobox.com" without Perl yelling at you, this article will clear things up for you. We'll straighten out the uses of Perl's varying quoting operators, and learn about interpolation.
While many people know what files and filehandles are in Perl, there are many times that people forget exactly how they should be used. Too often people open files incorrectly, causing data to be lost, or they expect a file to exist, when it really doesn't, and their program lacks the proper error reporting to alert them. Let's fix these problems up first.
Environment variables are pieces of information gathered by the Common Gateway Interface (CGI). This
data is available to all cgi programs, allowing you to know not only some information specific to your
web server, but also giving you insight on who is visiting your site, with what kind of browser, how
they're accessing your program among other useful information.
Troubleshooting the Internal Server Error - This article breaks down this vague error and give you real solutions to solving the problem (and no, it doesn't include throwing away your computer).