Help for this page
for my $db (keys %{$db_ds}) { ...figure out which table to dump, etc... system("$cmd > $dumpfile &"); }
for my $db (keys %{$db_ds}) { ...figure out which table to dump, etc... ... # now wait for all the children to finish 1 while (wait > 0);