Popular Perl web applications, part 1

2 Comments

Movable Type

Movable Type is premium publishing and blogging software which is developed using perl.It is used for developing blog websites, content managed websites along with  social communities. Latest version of Movable Type runs on perl 5.8.1 or above. Read the rest of this entry »

Introduction to Perl CGI web developemnt

No Comments

Common Gateway Interface

The Common Gateway Interface(CGI) is a standard protocol for web communication between HTTP server or web server and a CGI sciprts/programs. In other terms, CGI is specification for data transmission between web server and CGI programs. Basically, web servers are the one who implements the CGI specifications. Read the rest of this entry »