I get the following error when the above code runs: DBI prepare: invalid number of parameters: handle + 6
Thanks for the translation, it helps.
Tell me if I have this correct:
The prepare statement stores an address into $sth then the execute command gets the information from the address in the database and translates it back to the data I need. Am I understanding it correctly?