Official Guide to Programming With Cgi.Pm
Intervelopers: offshore web development, programming and HTML coding.

Official Guide to Programming With Cgi.Pm

This single book has all you've
been looking for, doesn't it ?


Official Guide to Programming With Cgi.Pm
Stop wasting your time !
Get It Now ! And Save $7.00

Living in Europe? Get It Here!
Living in Deutschland? Get It Here!

by Lincoln Stein

List Price: $34.99
Our Price: $27.99
You Save: $7.00 (20%)

Availability: Usually ships within 24 hours.

Customers who bought this book also bought:

Reviews
Amazon.com
CGI.pm, a Perl library for writing CGI scripts, delivers elegant solutions for using and updating Web forms. The author, Lincoln Stein, realized the need for a clean and simple way to manage forms and--as a columnist for the Perl Journal, a scientist at Cold Spring Harbor Laboratory, and a Web-based software author--created that solution. He's (refreshingly) humble about this creative process, explaining that it took him a few steps until he realized the key to this HTML/Perl hybrid: simplicity.

The CGI.pm standard allows the site manager to separate data from its HTML markup for use in CGI forms. For example, all the elements in a short drop-down menu of vegetables can be placed in one array, changing this:

<LI>peas</LI>
<LI>broccoli</LI>
<LI>cabbage</LI>

to this:

li(['peas','broccoli','cabbage']

or even:

@veggies = ('peas','broccoli','cabbage');

to be used later throughout a Perl script.

The Official Guide to Programming with CGI.pm is geared toward a reader who is familiar enough with Perl to have used modules and knowledgeable about HTML and Web-site design. Stein uses CGI.pm for tables, drop-down menus, guest books, single-page or multipart forms, image maps, and cookies. The author of both the book and Perl library function, Stein provides ample discussion of all of these areas, along with strong code examples. The book ends with a verbose reference guide detailing all of CGI.pm's functions and features, grouped both alphabetically and by topic.

The use of CGI.pm requires a mind shift for Web site managers, but it's one worth making. Instead of tags like <INPUT> and <SELECT>, CGI.pm uses statements such as "checkbox ()" and "textfield ()," allowing documents to be read easily and updated quickly. --Jennifer Buckendorff

Synopsis
With his one-of-a-kind scripting shortcut tool--CGI.pm--Lincoln Stein is a household name in CGI circles. In this book he provides programmers and Web developers with information on how to use and customize his unique tool that cuts scripting time in half. .

Back to Perl
Back to Internet Programming
Back to Main Index

Intervelopers: offshore web development, programming and HTML coding.

In Association with Amazon.com, Amazon.co.uk, Amazon.de
Advertise at this Site
Copyright (c) by Eugene Kisly and Victor Kisly , 1999-2000