Perl
|
An Introduction to mod_perl
This article gives an introduction to mod_perl. It also gives a general
discussion on the install procedures as well as how it works.
|
|
The CPAN Module
This article discusses briefly the CPAN module. The CPAN module simplifies Perl module installation
|
|
A GUI application for CVS
This article is the second and last part of managing your Perl scripts. This discusses tkcvs, a GUI tool written in Tcl/Tk that helps you in managing the CVS repository and your Perl scripts.
|
|
Using Microsoft OLE Objects
This article discusses on how you can use OLE objects from a Perl script. This requires familiarity with Microsoft OLE objects and their methods. This will work only on Microsoft Windows operating systems.
|
|
Writing More Efficient Programs Using Regular Expressions
One of the most powerful features of Perl (and most Unix-based scripting languages) is regular expressions (regexp). Regular expressions allow you to manipulate strings using one statement. Although it may be quite intimidating at the start, familiarity with this feature will definitely help you improve your programming efficiency. The added bonus to learning this is that you can also use this in other scripting languages.
|
|
Perl Packages: Part 1
One of the features of Perl is its packages. Packages is the basis for object oriented programming and it is also used to extend Perl functionality via modules. In this first of a series, we talk about packages, what they are, how to define them and the symbol table.
|
|
CGI Programming (Part 4)
This is the last part of the series. This gives you an idea of what you can do with the CGI module to help simplify your CGI scripts.
|
|
CGI Programming (Part 1)
To be able to test CGI script, you need to have
a webserver. This article shows you how to Set up an Apache Webserver in
Linux and Windows.
|
|
Installing Perl for Windows
Read this if you are a Windows user who would like to install Perl on your machine. This article has been re-written to include another Perl distribution for Windows: IndigoPerl
|
|
Introduction to Perl
This article is for those who do not know what perl is. It aims to provide a general introduction to perl and also where to get it.
|
|