NAME
File::Redirect::Zip - zip vfs
DESCRIPTION
The second argument to mount
is a .zip archive name.
SYNOPSIS
mount( 'Zip', '/tmp/archive.zip', 'zip1:') or die;
open F, '< zip1:/path/file.txt';
File::Redirect::Zip - zip vfs
The second argument to mount
is a .zip archive name.
mount( 'Zip', '/tmp/archive.zip', 'zip1:') or die;
open F, '< zip1:/path/file.txt';