http://www.perlmonks.org?node_id=311305


in reply to Re: DBI error
in thread DBI error

You are just repeating the same mistake the OP did, i.e. naming eight columns and then passing 5 values.

Moreover, the "prepare" method can work just fine without placeholders. It allows placeholders, but it does not enforce them.

I can't see where the error is, but I am sure the reason is not the one you mentioned.