Help for this page

Select Code to Download


  1. or download this
    @files = $zip->memberNames();
    
  2. or download this
    @file = splice @files, 1, 50;
    
  3. or download this
    foreach $line (@file) {
    
    ...
           $zip->addFile("$line");
          
      }