Why Aren't You Using CGI?
| by Michael Southon | May 12, 2006 |
|
The very name CGI used to send chills up my spine. For years I put it in the 'too-hard-basket'. But like most things in life, CGI is not as scary as it seems. If you have a cgi directory on your website and you know how to FTP files, chances are you can have a CGI script up and running in less than 20 minutes. |
An Introduction to Perl Programming
| by Doug Maxwell | April 21, 2006 |
|
This presentation is geared towards those with some programming experience, perhaps just not Perl. |
My Top Ten Tips on how to become a Rock Star Programmer
| by Mikael Grev | April 14, 2006 | |
You will notice that there are no micro coding tips&tricks below. No info on how to make a fast for loop or such. |
Intro to CGI
| by Matt Kruse | April 06, 2006 |
|
"What is CGI? What is Perl? Chmod? Executable? 501 Errors? What the hell is a cgi-bin?" |
Build a Perl/CGI voting system
| by Allan Peda | March 27, 2006 | |
This article presents a real-world example -- a Web-based voting application -- that highlights the use of minimal external modules, forgoes using client-based cookies, and takes advantage of CGI attributes. |