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


in reply to DBI variable argument count

I think it may have come to me. Perhaps I need to put the argument values into temporary scalars ($value1, etc) and have a piece of logic code to do the correct execute() depending on the number of values? It seems like that would work but would be very inelegant. I'm happy for any advice! :)