Help for this page

Select Code to Download


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