in reply to Re^2: Proper way to work with columns
in thread Proper way to work with columns
Hi nikita.af, no, the line should be
If you use the download link you will get the real code. The lone + you reference is part of a continuation line indicator provided as a wraparound indicator by the <code>...</code>deliminatorfor my $i (1..$ncols) { $disk_data{$dev}{$colnames[$i]}=$cols[$i]; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Proper way to work with columns
by nikita.af (Acolyte) on Dec 28, 2016 at 11:17 UTC |