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';