Advertisement

Tutorials

Home Authors Alphabetical List Author

Perlfect Solutions

CGI Tutorials (3):

Sending email using perl and sendmail.
March 23, 2006
A very common task for a cgi script is to be able to inform a set of users with data generated by itself or other programs, cgi's or not.

CGI Environmental Variables
March 08, 2006
One of the methods that the web server uses to pass information to a cgi script is through environmental variables. These are created and assigned appropriate values within the environment that the server spawns for the cgi script.

Flexible CGI output with HTML templates
March 08, 2006
will describe a different approach to the problem here, the one that we use for our programs and which proves to be a very good solution for almost any type of application. The idea in this approach is to isolate the HTML code in a separate file, which we call a template.

Advertisement

Partners

Related Resources

Other Resources

image arrow