while(my $row = read_row_from_xml($input)) { $db->insert(mytable => $row); }