Alternatively, let someone else separate preparation and execution!
This prepares the query only once.use DBIx::Simple; my $db = ...; while (<$log>) { $db->query('INSERT INTO foo VALUES (??)', split /:/); }
In reply to Re^4: How to Do multiples SQL Insert at one time?
by Juerd
in thread How to Do multiples SQL Insert at one time?
by MelaOS
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |