in reply to advice on improving performance of this code
But I'm not sure how much those will impact performance... (PS - I'm not so sure using DATA as an output filehandle is such a great idea...)local $, = ' '; local $\ = "\n"; foreach my $record ( @Data ) { print OUT @{ $record->[$i] }[0..4]; }
jdporter
The 6th Rule of Perl Club is -- There is no Rule #6.
|
|---|