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