Help for this page

Select Code to Download


  1. or download this
    # amend use CGI statement
    use CGI qw/:standard *pre *font/;
    ...
                end_font;
    
    # ...
    
  2. or download this
    my @Tr=();
    while ( $row = $st->fetchrow_hashref )
    ...
    print table(
              Tr(\@Tr)
          );