Help for this page

Select Code to Download


  1. or download this
    my %items_to_insert = (item1=>1,
                           item2=>2);
    ...
    {
       $sth->execute($key,$items_to_insert{$key});
    }