Help for this page

Select Code to Download


  1. or download this
    return($success_ref, $error_ref);
    
  2. or download this
    $dbh->prepare($query) || return (0, "Error: " . $dbh->errstr);
    
  3. or download this
    return ($array_ref, 0);