Help for this page

Select Code to Download


  1. or download this
    my ($sth, $sum) = ($dbh->prepare ("select sum (whatever) from ..."));
    $sth->bind_columns (\$sum);
    ...
            print STDERR "Something went wrong: ", $sth->errstr, "\n";
            }
        }