Help for this page

Select Code to Download


  1. or download this
    my $rowcount = $update_stm->execute(@args);
    if ($rowcount == 0) {
        $insert_stm->execute(@other_args);
    }