Help for this page

Select Code to Download


  1. or download this
    while (my @row_array = $sth->fetchrow_array()) {
    print <<EOF;
    ...
         </tbody>
    EOF
    }
    
  2. or download this
    $row_array[0]  $row_array[1]  $row_array[2] ...