in reply to Simpler DBI::MySQL queries
I've no doubt a true perlmeister could find better (and I'll take a slap for removing your error handling).($sth = $dbh->prepare( "something" ))->execute(); my $val= $sth->fetchrow_array();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Simpler DBI::MySQL queries
by Mutant (Priest) on Dec 01, 2004 at 10:00 UTC |