Official Guide to Programming With Cgi.Pm

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

Buy it Now!
by Lincoln Stein

List Price:   $39.99

Our Price:   $27.99

You Save:  $12.00 ( 30% )

Availability: Usually ships within 24 hours.


Living in UK? Get It Here!
Living in Deutschland? Get It Here!
Living in France? Get It Here!

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:

  • peas

  • broccoli

  • cabbage
  • to this:

    li(['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 familar 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 for 'input' and 'select', CGI.pm uses statements such as "checkbox ()" and "textfield ()," allowing documents to be read easily and updated quickly. --Jennifer Buckendorff



    Customers who bought this book also bought titles by these authors:


        Back to:

      CGI Programming

      Languages & Tools

      Main Index


          Search:   Keywords:

     

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