in reply to Perl/SQL Query
And so on.....eval { $sth=$dbh->prepare("SELECT blurge FROM blurge WHERE blurge=\'$blurge\'") }; my $oops="oops. Look at this:\n$@"; return \$oops if $@; eval { $sth->execute }; $oops="ooops. Look at this:\$@"; return $oops if $@;
update (broquaint): added formatting
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Perl/SQL Query
by qmole (Beadle) on Sep 20, 2003 at 10:16 UTC | |
by granddad (Initiate) on Sep 20, 2003 at 13:24 UTC |