On Wed, Jul 13, 2011 at 11:06 AM, Shlomi Fish <shlo...@shlomifish.org> wrote: > Hi Tiago, > > > You can write the data directly to the four filehandles as you go over them. > You can have filehandles as the values of arrays or hashes. > > Just make sure you are using a CSV parsing and output module: > > http://beta.metacpan.org/release/Text-CSV >
I usually use Text::CSV_XS, stemming from the ancient belief that it was faster than Text::CSV. has anyone bench-marked Text::CSV vs Text::CSV_XS? -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/