in reply to Re^6: INSERT NOT EXECUTING
in thread INSERT NOT EXECUTING
Uncaught exception from user code: DBI::st=HASH(0x30b0e78)->errstrIt seems you are calling a method in double quotes. Double quotes interpolate some expressions, but not method calls. Do not use double quotes for the errstr method:
die $DIVDATA->errstr;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: INSERT NOT EXECUTING
by cparrett (Initiate) on Aug 06, 2013 at 16:08 UTC |