Tips and Tutorials related scripts & softwares
Hints and tips on debugging Perl CGI scripts and identifying some possible causes of server errors.
This note describes how to get information about a remote user from within a CGI-bin script, and lists the information available.
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. This page highlights some of the most commonly used ones, along with a brief description and notes on possible uses for them.
This article provides a short CGI program that can print every environment variable it knows.
An introduction to sorting, and how to write your own sorting functions easily with perl. Includes some very common examples of sorts.
What are AutoResponders?, How and Why they Work, How and When to Use Them, How to Write Them, Where to Get Them, How to Design Them, How to Set them Up
Cron Tab - What is that?
7 Pre-written Courses with images and a hot headliner that you get to use as is or change to your needs and you sign your name to them!
Filter your incoming spam before it ever reaches your inbox using SpamAssassin and qmail with this custom spam-filter.pl. This article will contentrate specifically on using it with vpopmail (which makes use of qmail)
Find out how to use sendmail (or other similar mail-serving software) to send e-mail from within your script. It presents a very simple program that emails a confirmation to a user that his/her request to subscribe to a newsletter has been accepted.
To increase the interactiving and ability of the script to "remember" things, we'll need to store some information in separate files. This tutorial shows you how Perl allows you to create, edit and delete files. Some additional, and useful, information on parsing your data is also included.
This tutorial shows how to handle file uploads from web forms in your CGI programs using Perl and CGI.pm.
|