my $filelist=$zip->addFile(@filestozip);
Two things to note here: (1) addFile() does not take a list of files, (2) it returns undef "if the name given does not represent a readable plain file or symbolic link". I'm not entirely sure whether that's the issue in your case, but at least, it's worth checking the return value...
In reply to Re^3: Archive::Zip Compaitibility Issues??
by almut
in thread Archive::Zip Compaitibility Issues??
by Commy_Code_Monkey
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |