Help for this page

Select Code to Download


  1. or download this
      
    $str = $h->errstr;
    ...
    
       $DBI::state
        Equivalent to "$h->state".
    
  2. or download this
    $rv = $sth->execute   or die $sth->errstr;