my %record; while (<>) { $record{$1}=$2 if /^(\S+)\s*=\s*(\S+)/; if ( eof(ARGV) ) { print "@record{qw(Sen Acc Cor)}\n"; %record = (); } }
In reply to Re: How do I process multiple files in parallel?
by nobull
in thread How do I process multiple files in parallel?
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |