Help for this page

Select Code to Download


  1. or download this
    my $sth1 = $db->prepare(q{
                    UPDATE trees 
    ...
            or die "Execution of first update failed: ". $dbh->errstr() ."
    +\n";
        $sth2->execute( #blah blah...
    }