Help for this page

Select Code to Download


  1. or download this
    #one.pl
    #!/usr/bin/perl
    ...
            $cgi->end_html;
    
  2. or download this
    #test.pl
    #!/usr/bin/perl
    ...
            $cgi->end_html();
    exit(0);
    
  3. or download this
    #!/usr/bin/perl
    # results.pl
    ...
    
    exit(0);