Help for this page

Select Code to Download


  1. or download this
    $zip = new Archive::Zip("file.zip");
    $fh  = new Archive::Zip::MemberRead($zip, "subdir/abc.txt");
    
  2. or download this
    $fh  = new Archive::Zip::MemberRead($zipfile, "./$zpname");
  3. or download this
    $fh  = new Archive::Zip::MemberRead($zip, "./$zpname");