in reply to Re: Splitting file into separate files based on record lengths and identifiers
in thread Splitting file into separate files based on record lengths and identifiers
As a side note, there is no need to explicitly close your files. Since you've used Indirect Filehandles, Perl with automatically clean those up once the variables got out of scope.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Splitting file into separate files based on record lengths and identifiers
by monty77 (Initiate) on Aug 25, 2010 at 22:09 UTC | |
by kennethk (Abbot) on Aug 25, 2010 at 22:41 UTC |