Help for this page

Select Code to Download


  1. or download this
    $rowcount = $dbh->do("select * from TABLE");
    
  2. or download this
    sub do {
        my($dbh, $statement, $attr, @params) = @_;
    ...
    
        ($rows == 0) ? "0E0" : $rows;
    }