Help for this page

Select Code to Download


  1. or download this
    use CGI;
    my $cgi = CGI->new ();
    ...
    
      print qq{</TABLE>};
    
  2. or download this
    use Spreadsheet::WriteExcel;
    use HTML::TableExtract qw(tree);
    ...