Help for this page

Select Code to Download


  1. or download this
    my $sth = $dbh->prepare("Select a, b from t1") or die "...";
    $sth->execute or die "...";
    ...
       $cursor->execute($row->[1]); # t1.b
       ....
    }
    
  2. or download this
    ------------
    :Wq
    Not an editor command: Wq