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

NAME

Util::Medley::File::Zip - utility methods for working with zipfiles.

VERSION

version 0.020

SYNOPSIS

 my $fz = Util::Medley::File::Zip->new;

 my @list = $fz->ls('my.zip');
 

DESCRIPTION

Provides frequently used zipfile operation methods.

METHODS

usage:
 @list = $util->ls($file);

 @list = $util->ls(file => $file);
  
args:
file [Str]

The path of the zipfile.