Archive::Zip::Tree - (DEPRECATED) methods for adding/extracting trees using Archive::Zip
| Use Case | Command | Description |
|---|---|---|
| Add a directory tree to a ZIP archive | $zip->addTree( $root, $regex ) | Now directly in Archive::Zip |
| Extract a directory tree from a ZIP archive | $zip->extractTree( $root, $regex ) | Now directly in Archive::Zip |
| Legacy code compatibility | use Archive::Zip::Tree; | Still works but prints deprecation warning |
This module is deprecated, because all its methods were moved into the main Archive::Zip module.
It is included in the distribution merely to avoid breaking old code.
See Archive::Zip.
Ned Konz, perl AT bike-nomad.com
Copyright (c) 2000-2002 Ned Konz. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Generated by phpman v4.9.26-5-g7740029 Author: Che Dong Under GNU General Public License
2026-08-14 21:17 @2600:1f28:365:80b0:4d23:66fa:c2bb:7bae
CrawledBy CCBot/2.0 (https://commoncrawl.org/faq/)