in reply to Re^4: closing multiple filehandles with one command
in thread closing multiple filehandles with one command

I dunno. Maybe you mean something like:
use IO::File; my %handles = map { $_ => IO::File->new($_) } @filenames;

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.


update: OK, completely uncool of you to start a new thread. Feh!

Replies are listed 'Best First'.
Re^6: closing multiple filehandles with one command
by Anonymous Monk on Aug 10, 2005 at 11:55 UTC
    get over it.