in reply to
Parsing log file with blank lines for the field separator
You don't need hashes or arrays.
read a record
determine which output file the record belongs in (if at all)
write the record to the appropriate output file (if appropriate)
Comment on
Re: Parsing log file with blank lines for the field separator
In Section
Seekers of Perl Wisdom