in reply to Re^3: Parse one fiile, send the records to two different files
in thread Parse one file, send the records to two different files
...is what I'm using. So what else could be missing?if (!length $fields[28]) { print $ERR_FH join (',', $_) for @fields; } else
|
|---|