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;