Help for this page

Select Code to Download


  1. or download this
    getData{
    $sql = shift;
    ...
    my ($total_cols) = $dbh->selectrow_array($sql) or die($dbh->errstr);
    
    ...
    
  2. or download this
    getData{
    $sql = shift;
    ...
    my ($total_cols) = $dbh->selectrow_array($sql) or die($dbh->errstr);
    
    ...