in reply to
store file handles in a hash
$handles{$file_out}->say( join "\t",@some_data );
Comment on
Re: store file handles in a hash
Download
Code
In Section
Seekers of Perl Wisdom