use autodie; open my $fh, "cut 1-9 -d ' ' $file1 $file2 $file3 $file4 |"; while (<$fh>) { my @columns = split ' '; ... Do something with 9 columns ... }
In reply to Re: Processing files column-wise
by JavaFan
in thread Processing files column-wise
by iangibson
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |