$line = join(',', @line); $line =~ s/,,/,/g; push @all_lines, $line; [download]
In reply to Re^2: Return Array from Subroutine by TJPride in thread Return Array from Subroutine by Anonymous Monk