in reply to Re: Archive::Zip Compaitibility Issues??
in thread Archive::Zip Compaitibility Issues??
use Archive::Zip; use strict; use warnings; my $zip=Archive::Zip->New(); my @filestozip=('RED_b0.apf','RED_b1.apf','RED_b2.apf','RED_b3.apf'); my $filelist=$zip->addFile(@filestozip); $zip->writeToFileNamed('testthis.zip');
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Archive::Zip Compaitibility Issues??
by almut (Canon) on Dec 15, 2008 at 17:58 UTC | |
by Commy_Code_Monkey (Acolyte) on Dec 15, 2008 at 18:01 UTC | |
Re^3: Archive::Zip Compaitibility Issues??
by admiral_grinder (Pilgrim) on Dec 15, 2008 at 19:12 UTC | |
by Commy_Code_Monkey (Acolyte) on Dec 15, 2008 at 20:24 UTC | |
by Anonymous Monk on Dec 16, 2008 at 14:21 UTC | |
by almut (Canon) on Dec 16, 2008 at 14:57 UTC |