in reply to Re^4: closing multiple filehandles with one command
in thread closing multiple filehandles with one command
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.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: closing multiple filehandles with one command
by Anonymous Monk on Aug 10, 2005 at 11:55 UTC |