CGI and Perl Miscellaneous
Writing a Simple Form Mailer
This tutorial will show you how to build a simple form mailer script, so that visitors can send you emails from your site. Along the way we explain some new Perl concepts, including the CGI library module.
Pipes and Command Line Variables in Perl
This tutorial walks through handling pipes and command line variables in a Perl script.
Installing ActivePerl (PERL) on RaidenHTTPD web server
This tutorial teaches you how to install perl environment on a Windows web server system.
PERL Socket - Networking Programing
Learn Socket Programming in PERL. There is an explanation of using Socket with examples.
Installing and Using Perl Scripts - Part I
In this tutorial we are going to guide you through the steps involved in setting up a cgi script and integrating it into your site. Not in theory, but in practice using a script that will automate the running of polls at your site. Even if you already have some sort of a utility that does this you can still follow along and add this to a test page in your site. This installation will involve you in all of the basic steps needed to install any script, once you have successfully completed this one there will be no problem moving on to other and more complex scripts.
Sending mail with sendmail
Find out how to use sendmail (or other similar mail-serving software) to send e-mail from within your script.
A web client for MP3 streaming in perl
This article is a complete tutorial showing how to create your own streaming web clients,that can be used to stream (play while downloading) multimedia files such as mp3.
