|
|
| Think about Loose Coupling | |
| PerlMonks |
Re: More DBI Problems!!!by repson (Chaplain) |
| on Apr 23, 2001 at 14:47 UTC ( #74677=note: print w/ replies, xml ) | Need Help?? |
|
It would help if you told us which line 50 was in the future. However, I think the problem is in
The method selectrow_array is for performing a full prepare, execute and returning the array. The parameter is an sql string, not a query object. What you probably meant was:
Which returns a single row of the prepared and executed query it is call on.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||