Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

NAME

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

VERSION

version 0.062

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.