in reply to Using Perl to Output Multiple Files for Download via a Browser

Solution 1: Stream the CSV outputs into an archive (Archive::Zip), then create a response with the archive.

Solution 2: Write the CSV outputs into separate temporary files, then create a response with a HTML document linking to the files.

  • Comment on Re: Using Perl to Output Multiple Files for Download via a Browser