in reply to Re: handling archives with perl
in thread handling archives with perl

Sorry, I thougth the link would do it. Anyway, I found the solution. Apparently the folder you want to put in your archive must be in the working directory, or you have to do a chdir() before calling Archive::Zip->addTree().