in reply to Re^2: Archive::Zip Compaitibility Issues??
in thread Archive::Zip Compaitibility Issues??

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...

Replies are listed 'Best First'.
Re^4: Archive::Zip Compaitibility Issues??
by Commy_Code_Monkey (Acolyte) on Dec 15, 2008 at 18:01 UTC
    Naw the problem is in the calling of the Module. The USE statement is causeing the problem. Regardless of what I put below it.