in reply to
CGI Wzzip and MIME
print OUT "\n";
you open a file to print a single return and close? should be like:
print OUT $zip_data;
Comment on
Re: CGI Wzzip and MIME
In Section
Seekers of Perl Wisdom