in reply to DBI Inserting undef as literal string 'null'

In that case, first thing I'd do is reduce the code to the absolute bare minimum; ie 1 simple hard-coded insert of 1 row with one undef in it and see what happens.
Then try assigning the undef to a var and using bind vars.
  • Comment on Re: DBI Inserting undef as literal string 'null'