RE: newbie trying to zip files using archive::zip

2002-03-21 Thread Steven McCaffrey
Hi Tim: Thanks very much. You are a few days ahead of me. The only code I've seen at all is the documentation... Archive::Zip - Provide an interface to ZIP archive files. NAME Archive::Zip - Provide an interface to ZIP archive files. SYNOPSIS use Archive::Zip qw( :ERROR_CODES :CONSTANT

RE: newbie trying to zip files using archive::zip

2002-03-21 Thread Timothy Johnson
Well, you didn't leave any code, but I'll give you what I just came up with (I just started using this module a few days ago). This is a script that gets all of the files in the c:\temp directory and puts them in a ZIP archive. Basically you want to add files as members using the addFile() meth