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