Reply-to: gcf@npac.syr.edu To: kea@sampson.ccsf.caltech.edu Subject: Fig p2(c) and P3 Date: Sun, 23 Mar 1997 14:29:12 -0500 From: Geoffrey Fox add to previous caption The result is displayed in (c) Then Figure P3(14) is #!/usr/local/bin/perl5 -w # Simple Hello World Example # require "cgi-lib.pl"; # Public Domain library to read form data # $statusofread = &ReadParse(*formdata); # read data in associate array formdata # $hero="Anonymous"; # if no good form data! if( $statusofread ) { # If $statusofread nonzero, data read OK $hero = $formdata{"username"}; # The input user name } # $today =`date`; chomp($today); # Today's date captured from UNIX # print < This is Result of my Hello world CGI Script

Hello World to you my friend $hero on a great $today

EOF exit; # End Program with Caption CGI SCript used in previous example Geoffrey Fox gcf@npac.syr.edu, http://www.npac.syr.edu Phone 3154432163 (Npac central 3154431723) Fax 3154434741