On Wed, 2005-08-31 at 17:18 +0100, Dermot Paikkos wrote:
> I need to create a archive file and send it back to the user.

Either do a system call to zip, or use Archive::Zip, write the file out
in a directory under your web server, and send a redirect to the newly
written file.

- Perrin


Reply via email to