in reply to Does fetchall_arrayref() ever return a NULL?
From DBI's fetchall_arrayref section:
If called on an inactive statement handle, fetchall_arrayref returns undef.
There may be other stuff in the DBI documentation that may be of interest. Have you read it?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Does fetchall_arrayref() ever return a NULL?
by hippo (Archbishop) on May 06, 2022 at 10:28 UTC | |
by tangent (Parson) on May 06, 2022 at 20:01 UTC | |
by erix (Prior) on May 06, 2022 at 12:38 UTC | |
by hippo (Archbishop) on May 06, 2022 at 13:06 UTC | |
by erix (Prior) on May 06, 2022 at 13:12 UTC | |
by bartender1382 (Beadle) on May 07, 2022 at 15:23 UTC | |
by NERDVANA (Priest) on May 08, 2022 at 01:41 UTC |