Help for this page

Select Code to Download


  1. or download this
    print header(),
       table ({-border=> "0", -width=> "340"},
    ...
       ), "\n",
      ), "\n",
     ;
    
  2. or download this
    print $cgi->header(),
      $cgi->table ({-border=> "0", -width=> "340"},
    ...
       ), "\n",
      ), "\n",
     ;