Help for this page

Select Code to Download


  1. or download this
    [Mon Feb 19 15:55:27 2001] [error] [client 127.0.0.1] couldn't spawn c
    +hild process: c:/program files/apache group/apache/cgi-bin/test.pl
    
  2. or download this
    #!c:\Perl\bin -wT
    use strict;
    ...
          $query->h1( "This is a pretty lame Web page" ),
          $query->p( "Who is this Ovid guy, anyway?" ),
          $query->end_html;