Help for this page

Select Code to Download


  1. or download this
        eval { @result = $dbh->selectrow_array($query) };
        return my_custom_error_handler("selectrow_array $query") if $@;