Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    print $cgi->header, $cgi->start_html({
        title  => "My Page",
        script => qq(var counter=$counter)});
    
  2. or download this
    print $cgi->header, $cgi->html( $cgi->frameset({ cols=>"75%,45%" }) );