Help for this page

Select Code to Download


  1. or download this
    my $update = $dbh->prepare($upd_query);
    $update->execute ...
    
  2. or download this
    my $select = $Dbh->prepare("SELECT " ...);
    $select->execute ...