in reply to Re^3: Perl Database Entries
in thread Perl Database Entries

ok thank you, just from the reading of your code I presume the last line is meant to be (untested)
$app_insert->execute(@insert) or die $app_insert->errstr; } # row
I will try this solution as well