Download: File-Redirect-0.04.tar.gz
Dependencies
Annotate this POD
File::Redirect::Zip - zip vfs
The second argument to mount is a .zip archive name.
mount
mount( 'Zip', '/tmp/archive.zip', 'zip1:') or die; open F, '< zip1:/path/file.txt';