in reply to Re^3: Help on fetchrow_hashref!
in thread Help on fetchrow_hashref!
my $sth = $dbh->prepare("select * from mytable where user_name = ? ") +or or &die("Can't select: + ",$DBI::errstr); $sth->execute($user) die "Execute failed: ", $DBI::errstr;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Help on fetchrow_hashref!
by Corion (Patriarch) on Nov 09, 2010 at 20:29 UTC | |
by Anonymous Monk on Nov 09, 2010 at 20:41 UTC | |
by Corion (Patriarch) on Nov 09, 2010 at 20:48 UTC |