CGI Perl scripts

If you wish to write CGI scripts, I have written a tutorial for CGI Perl. Try it out.

I made these scripts to work for my site. But if you have any use for any of them, you can use it in your site. But to really be a perl master, you must learn to modify the scripts to create your own personalized version. The scripts provided here are the simpilest way to do the job. So download it and add a lot of whistles an bells to it.

If you wish to test any of these scripts, get any server that is capable of running perl scripts(I would recommand Sambar Server available at http://www.sambar.com/), and access the html file from the server.

Guest Book V 1.01.A
This script is to collect visitor information form the public and store in a file for your viewing. This script also includes a self created acknowledgment page. It is essential to have the form to which this file should be linked. Without it, this script will not function. 'guestbook.html' is the file that takes in the info and passes it to the script
CGI GuestBook V1.00.A
This script is to collect visitor information form the public and store in a file for your viewing. This script also includes a self created acknowledgment page. This Guest book makes use of the CGI.pm module. Make sure you have it if you wish to use this script.
Message Board V1.01.A
This script will act as a public messageboard. Any one can enter a new message and the message board gets automatically updated with the latest message there.
Registerer V1.01.A
This script if for those who want a user registeration service at your site. This script will take the following details from the user. User ID, Password, Confirm Password, First Name, Last Name, Gender, Profession,E-Mail Address, Home Address and Phone Number. All the info will be saved to a text file. I have not made the analizer for that file yet, but I will do it soon.
Responder V2.00.A
This script takes the response of the users to any thing. Just give a small form at the end of the page for which you want the response. The info from the users will be logged in a text file which can be analysed by the response analyser script(response_analyser.pl).
Logger and Traffic Analyzer V 1.01.A
This script will function as a Hit Counter and as a Logger. It will log all the hits to a html file with the visitor number, date and time. If the Traggic Analyzer script is used with this script, it will give you a graphical break down of your visitors. It compare the hits in Morning and Evening, in the different hours of the day, and in all the months. It will display the results in a very detailed and attractive graphical form.
Subscribe to Feed