open(OUT,"> TEST") or die($!: can't open output file") ; while(<DATA>) { push @array,$2 if (/^(Sen|Acc|Cor) = (\S+)/) ; } local $"="\n" ; print "@array" ;
In reply to Re: How do I process multiple files in parallel?
by manav
in thread How do I process multiple files in parallel?
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |