in reply to Re^2: Perl script speed
in thread Perl script speed

Try switching AutoCommit off and then use $dbh->commit() after say every 1000 inserts, adjusting the number to get the best result.
This node might help Loading bulk data into SQLite

poj