The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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