in reply to hashref problem
This utility method combines "prepare", "execute" and "fetchrow_array" into a single call.So your $select just contains the first record in the returned query. It's not an object, therefore you can't call a method on it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: hashref problem
by ikegami (Patriarch) on Feb 20, 2008 at 19:45 UTC | |
|