Categories


Perl as a command-line utility

Raiting 5.00

It is accepted that Perl can easily accomplish tasks that require pages of code in most other languages. This article teaches the formation of command line through some useful examples.

Ace Perl Name Formatter

Raiting 5.00

This is a code snippet that can assist you in formatting common names. For example, john doe III, can be converted to John Doe III.

Using Inline in Perl

Raiting 5.00

The new Inline module for Perl is very easy to use and provides facilities to bind other languages to Perl. It allows you to write code in other languages and then place them into Perl scripts.

What does CGI?

Raiting 5.00

This provides an overview of what CGI is and the script can achieve. It also gives an Introduction to HTTP and makes you take a closer look at the HTTP Chat.