in reply to Re^4: Parse one fiile, send the records to two different files
in thread Parse one file, send the records to two different files
Does chomp on the array reflect in any change?:
if (!length $fields[28]) { chomp @fields; print $ERR_FH join (',', $_) for @fields; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Parse one fiile, send the records to two different files
by BigRedEO (Acolyte) on May 27, 2016 at 18:32 UTC |