in reply to Re: selectrow_array() confusion
in thread selectrow_array() confusion
If that's true, then maybe you haven't shown all the relevant code. In particular, after you call $d->selectrow_array(...) how many other things happen before you notice that $max is undef? And do any of those things involve $max (in ways that might cause it to become undef)?my $href = $d->selectall_hashref( ... );
(UPDATE: I should point out that I use DBI and Mysql on OSX, and the "selectrow_array" call works for me when I do the equivalent type of query and list assignment on one of my databases.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: selectrow_array() confusion
by Cody Pendant (Prior) on Nov 26, 2008 at 11:03 UTC | |
by MidLifeXis (Monsignor) on Nov 26, 2008 at 14:01 UTC | |
by Cody Pendant (Prior) on Nov 27, 2008 at 23:14 UTC |