Help for this page

Select Code to Download


  1. or download this
    $sth = $dbh->prepare($sql);
    foreach (@ValueList) {
      $sth->execute($_);
    }
    
  2. or download this
    foreach (@ValueList) {
      $dbh->do("Interpolated sql statement");
    }
    
  3. or download this
    #!/usr/bin/perl -w
    
    ...
                Code2 => $crCode2,
                }
    );