Help for this page

Select Code to Download


  1. or download this
    $zip->extractMemberWithoutPaths($y,"Y:\\autoupload\\Site_Dict\\Inbox\\
    +"."$y");
    
  2. or download this
    mkdir AFCUArchive::Zip::.: Invalid argument [somewhere in Archive::Zip
    +]
    
  3. or download this
     extractMemberWithoutPaths( $memberOrName [, $extractedName ] )
        Extract the given member, or match its name and extract it.  Does
    ...
        Returns undef if member doesn't exist in this Zip.  If optional
        second arg is given, use it as the name of the extracted member
        (its paths will be deleted too)...
    
  4. or download this
    # read the zip file into $zip, then
    
    ...
    for my $mbr ( $zip->members ) {
       $zip->extractMemberWithoutPaths( $mbr );
    }