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

for my $i (1..$ncols) { $disk_data{$dev}{$colnames[$i]}=$cols[$i]; }
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>deliminator

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

    My bad, thanks a lot for all advises!