Help for this page
use SQL::Abstract; my $SA = SQL::Abstract->new; ... } ... $dbh->do( $_->[0], {}, @{$_->[1]} ) for @central_insert;