Discussions in this Topic

Latest Articles

HTML::Mason: Embedding Perl in HTML

This article shows you how you can embed Perl scripts into an HTML file. This is Perl's equivalent of PHP or jsp.

mod_perl Handlers and Filters

This article discusses some of the more common mod_perl handlers.

mod_perl Handlers: Defining Handlers

This article gives a brief introduction on how to define handlers in mod_perl.

mod_perl Handlers: Pre-Loading Modules

This article tells you how you can pre-load Perl modules in Apache using mod_perl.

Writing Client-Server Applications in Perl: Introduction

This article provides a general discussion on client-server architectures. It discusses concepts like sockets, ports, clients and servers.

Multi-Dimensional Hashes in Perl

This article gives a discussion on how you can create multi-dimensional arrays in 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

Generating Dynamic HTML using DBI and CGI Modules

This article discusses the basics on generating Dynamic web pages using the CGI and DBI modules

Using Multi-Dimensional Arrays in Perl

This article shows you how multi-dimensional arrays are created in Perl

view all articles