in reply to Dereferencing and DBI methods
Try the following instead:
# But this one used to die! my @ary = $dbh->selectrow_array($sql) or die $dbh->errstr, $!; print for @ary;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Dereferencing and DBI methods
by Cirollo (Friar) on Jul 25, 2001 at 04:03 UTC | |
by aquacade (Scribe) on Jul 25, 2001 at 05:13 UTC | |
by Cirollo (Friar) on Jul 25, 2001 at 17:39 UTC |