in reply to zip problem

... or alternatively is there a comparable perl zip library I could use?
I hope this is what you mean: yes there is a module for Perl to produce ZIP files: Archive::Zip, which is built on top of Compress::Zlib. So far, I've only had good experiences with it.

I believe that Compress:Zlib comes with ActivePerl for Windows.