Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Each group must be written to a different output file. I want to generate the html files without writing a separate routine for each group. I have created a file with the groupid and it's output file name. I would like to be able to change the filehandle of the output file depending on the groupid as I process the input file. Any help would be greatly appreciated.
Dave
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Creating multiple output files
by Juerd (Abbot) on Dec 26, 2001 at 03:42 UTC | |
|
Re: Creating multiple output files
by derby (Abbot) on Dec 26, 2001 at 19:05 UTC |