the reason for array is so that I can calculate each value over the respective value in same array in a loop.for my $row (@aoa[1..$#aoa]) { @ID = $row->[0]; @data = $row->[1..$#aoa]; } print $OUT1 "$_\n" for @ID; print $OUT2 "$_\n" for @data;
In reply to Re^3: How to add column into array from delimited tab file
by hellohello1
in thread How to add column into array from delimited tab file
by hellohello1
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |