in reply to Re: Opening multiple filehandlers
in thread Opening multiple filehandlers

Yep. It works perfectly ! Thanks

Aha, I didn't know the fact that you could use:
open my $fh, ">$i.txt" or die "Can't open $i.txt: $!";
in Perl 5.6.0.

I tried something similar on a system that ran a lower version
and I couldn't get it to work. But knowing that this works in
Perl 5.6.0, really makes life lots easier !!!

I'm a happy man ;-)

Thanks,

Leon