Help for this page

Select Code to Download


  1. or download this
    my $html_page = new CGI;
    
  2. or download this
    print "<TABLE>\n";
    
    ...
      );
    }
    print "</TABLE>\n";
    
  3. or download this
    
    print $html_page->table(
    ...
    }
    );