in reply to Re^4: How to loop over two lines, alter a value in the current line and save it to the previous line?
in thread How to loop over two lines, alter a value in the current line and save it to the previous line?
$previous_line = $current_line = join ' ', @current_cols;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: How to loop over two lines, alter a value in the current line and save it to the previous line?
by rjc33 (Sexton) on Jan 07, 2016 at 14:14 UTC | |
by rjc33 (Sexton) on Jan 07, 2016 at 14:19 UTC |