Help for this page

Select Code to Download


  1. or download this
    $sth->execute();
    my $count = 0;
    ...
    unless ($count) {
       do_something_else();
    }