Help for this page

Select Code to Download


  1. or download this
    my $count = $sth->execute;
    if (! $count) {
    ...
        ... do magic ...
        };
    };
    
  2. or download this
    my $res = $sth->execute;
    if (! $res) {
    ...
    if (! $rows) {
        print "No rows were affected.";
    };