Help for this page
for my $x (1..$total_number_of_runs) { my $pid = fork; ... } exec("shell_script < $input_file") unless $pid; #thanks, bluto }