Help for this page

Select Code to Download


  1. or download this
    sub do_select {
       my($dbh, $statement, $attr, @bind_values) = @_;
    ...
       $sth->execute(@bind_values) or return undef;
       return $sth;
    }