Help for this page
return($success_ref, $error_ref);
$dbh->prepare($query) || return (0, "Error: " . $dbh->errstr);
return ($array_ref, 0);