Help for this page

Select Code to Download


  1. or download this
    print $query->header(), $query->start_html('XX');
    print $query->start_form(-method=>'post', -action=>'program.pl');
    print $query->table(
    ...
    );
    print $query->end_form();
    print $query->end_html();
    
  2. or download this
    use CGI qw(:standard);
    my $query = new CGI;