in reply to Re^5: Global symbol "$prepare" requires explicit package name
in thread Global symbol "$prepare" requires explicit package name
The problem was that the statement handle was not finished. Solution is to add $sth_test->finish(); before disconnecting the database (src).<\p>
However, I never used this command before and never encountered this error. Should I use it always before disconnecting the database?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Global symbol "$prepare" requires explicit package name
by hippo (Archbishop) on Sep 19, 2019 at 15:17 UTC |