Help for this page

Select Code to Download


  1. or download this
      $ jar cf result.zip file1.txt file2.txt ...
    
  2. or download this
    
       my $zipfile = shift @ARGV;
    ...
       my $member = $zip->addFile( @ARGV );
       die 'write error' 
          unless $zip->writeToFileNamed( $zipfile ) == AZ_OK;