Archive

Archive for December, 2010

What Perl Can Do For Your Website

December 20th, 2010 Contributor No comments

Perl programming language is a language which is ideal solution for creating dynamic web pages and also has the ability to perform system management task. Released in 1987, it was designed to provide efficiency and simplicity. There are many benefits in using Perl and this article will elaborate on that.
The first thing that comes [...]

    Read More...

Features of Perl Language

December 3rd, 2010 Contributor No comments

The overall structure of Perl derives broadly from C. Perl is procedural in nature, with variables, expressions, assignment statements, brace-delimited blocks, control structures, and subroutines.
Perl also takes features from shell programming. All variables are marked with leading sigils, which unambiguously identify the data type (for example, scalar, array, hash) of the variable in context. [...]

    Read More...