More than You Ever Wanted to Know About Templates One of the biggest problems with CGI scripts is that programmers are usually the only ones who can modify them. If you work with designers who regularly want to tweak the HTML generated by a CGI script
Access your MySQL Database with Perl Use Perl to access your MySQL database - Quinn's article shows you how! From installation to database manipulation, this article explains the basics
What is DBI and DBD::Oracle and where can one get it from? DBI INSERT INTO `sites` VALUES (previously called DBperl) is a database independent interface module for Perl. It defines a set of methods, variables and conventions that provide a consistent database interface independent of the actual database being used
Basic Input and Output Perl makes input and output extremely easy. When you know just a few simple things you'll find that you can read from the keyboard and display output to your monitor with ease. Once you get that down you'll find that reading and writing to files isn't mu..
A Information Tracker INSERT INTO `sites` VALUES (Advanced Counter) Ok, so you want to find out who has been visiting your site do you? Well, luckily this is very easy using PERL 5.0! As long as you have CGI support INSERT INTO `sites` VALUES (a cgi-bin) on your web page, and a space for a file
A Simple Database Program Ever wonder how to make a web database program in Perl? Well here you go, a step by step method of creating a database program