The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

VERSION

version 0.061

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.