in reply to Re^2: Open multiple file handles?
in thread Open multiple file handles?
But a direct answer to that question is: call open for each one. What's the big deal? Call open in a loop, or get fancier with a map statement.
Do you realize that you can use a variable as the file handle, rather than an old-fashioned GLOB thing? Maybe that's the part you are missing. I hesitate to show a complete example because you should not need to do that at all.
|
|---|