Help for this page

Select Code to Download


  1. or download this
    $sth->execute(@arguments) or die $sth->errstr;
    
  2. or download this
    die $sth->errstr unless $sth->execute(@arguments) > 0;