Help for this page

Select Code to Download


  1. or download this
    $file="stra.e\.txt";
    $member = $zip->addFile("$file");
    
  2. or download this
    find(\&wanted, "c:/test");
        sub wanted {
        $file=$File::Find::name;
    ...
     $file=$_;
        }
     }