in reply to handling archives with perl

Razvanica it is very difficult to debug your code without being able to see it :)

Please post the relevant code in your original node, between <code> tags.

Clint

Replies are listed 'Best First'.
Re^2: handling archives with perl
by Razvanica (Novice) on Aug 16, 2007 at 15:31 UTC
    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().