BookMooch logo
 
home browse about join login
Lincoln Stein : Official Guide to Programming with CGI.pm
?



Author: Lincoln Stein
Title: Official Guide to Programming with CGI.pm
Moochable copies: No copies available
Amazon suggests:
>
Topics:
>
Published in: English
Binding: Paperback
Pages: 320
Date: 1998-04-03
ISBN: 0471247448
Publisher: Wiley
Weight: 1.2 pounds
Size: 0.68 x 7.58 x 9.22 inches
Edition: 1
Amazon prices:
$1.98used
$5.99new
$19.95Amazon
Previous givers: 1 Tom Keays (USA: NY)
Previous moochers: 1 Anne Alameddin (USA: CO)
Wishlists:
3janie (USA: AK), ssebeny (USA: CA), Hekmat (USA: NY).
Description: Product Description
A complete guide to creating interactive Web pages using the Perl CGI.pm library from its creator.

Official Guide to Programming with CGI.pm contains all the information about CGI.pm found in Perl's online manual, but in a completely reorganized and greatly expanded format. It also includes valuable labor-saving tips and hints you won't find anywhere else. Featuring step-by-step instructions and complete source code, it shows you how to:
* Download, install, and configure CGI.pm
* Generate HTML documents on the fly
* Process fill-out forms and create multipage documents
* Perform script debugging and state maintenance
* Design interactive clickable image maps
* Store and process cookies
* Attach JavaScript and cascading style sheets to your documents
* Write state-maintaining scripts
* Modify and extend CGI.pm
* Tap the Comprehensive Perl Archive Network (CPAN).

Visit the companion Web site at www.wiley.com/compbooks/stein

On the Web site you'll find:
* The most recent and all future revisions to the CGI.pm module
* All the source code examples from the book
* Online documentation for CGI.pm
* Links to CPAN and other Web-related software written by the author.

Visit our Web site at www.wiley.com/compbooks/


Amazon.com Review
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

    URL: http://bookmooch.com/0471247448
    large book cover

    WISHLIST ADD >

    SAVE FOR LATER >

    AMAZON >

    OTHER WEB SITES >

    RELATED EDITIONS >

    RECOMMEND >

    REFRESH DATA >