use Archive::Zip qw( :ERROR_CODES :CONSTANTS ); my $zip = Archive::Zip->new(); $member = $zip->addFile( 'xyz.pl'); die 'write error' unless $zip->writeToFileNamed( 'someZip.zip' ) == + AZ_OK;
In reply to Re: Can I use Archive::Zip to create a self-extracting exe for Windows?
by johnnywang
in thread Can I use Archive::Zip to create a self-extracting exe for Windows?
by slloyd
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |