Help for this page

Select Code to Download


  1. or download this
     
    my $q = new CGI;
    my($surname, $givenName);
    ...
    </html>
    
    ENDOFHTML
    
  2. or download this
    package SQL;
    
    ...
    }
    
    1;