![]() |
|
go ahead... be a heretic | |
PerlMonks |
Re: DBI sudden exit on MySQL insertby mreece (Friar) |
on Apr 19, 2007 at 16:54 UTC ( #610990=note: print w/replies, xml ) | Need Help?? |
i can't answer your question, but i recommend you check for errors from prepare as well. (one possibility is that one of your keys is not a column of $table, but i would expect to see an error trying to call execute on an undefined value.)
unrelated, but you can also simplify the top part of your function a bit:
In Section
Seekers of Perl Wisdom
|
|