Help for this page

Select Code to Download


  1. or download this
    foreach my $sql ( $SQL1, $SQL2 ) {
      my $sth = $dbh->prepare($sql) or die $dbh->errstr;
         $sth->execute;
    }