You could look at using the Archive::Zip module (see also Archive::Zip::FAQ), and it's addTree method. See (Installing Modules from the Tutorials section). If one drive is low on disk space ensure you write zip files/temp files to a drive which isn't low on space. Windows allows you to browse and extract the contents of Zip files with Windows Explorer, thought Archive::Zip can also do extraction.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Compress and uncompress directories using perl on Windows without disturbing the internal directory structure
by prerna1 (Initiate) on Mar 18, 2012 at 14:46 UTC | |
by marto (Cardinal) on Mar 18, 2012 at 15:57 UTC |