in reply to How to return $ref from: $ref = $sth->fetchall_arrayref;
Check if your $sqlstatement is properly quoted
I doubt there could possibly be a problem with $sth being out of scope: the statement $a = $b does not copy pointers, it copies the actual data of $b .
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to return $ref from: $ref = $sth->fetchall_arrayref;
by hipnoodle (Novice) on Mar 20, 2006 at 13:43 UTC |