in reply to How do I process multiple files in parallel?
while (<>) { my ($foo) = /= (\S+)/; push @array, $foo; } [download]