Two suggestions:my $query = "update $Table set ? where ..."; my $sth = $dbh->prepare($query);
is easier to deal with.$dbh->do("update $Table set...");
In reply to Re: HTML, DB, and Perl
by kschwab
in thread HTML, DB, and Perl
by tekniko
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |