Help for this page

Select Code to Download


  1. or download this
    my $query = new CGI;
    
    ...
    print $query->end_html;
    
    #End of Program
    
  2. or download this
    sub make_entry 
    {
    ...
    
    close PUBFILE;
    }