in reply to how to extract zip files to specified location
my $endpath = 'C:\blah\blah\; foreach (@members){ $zip->extractMember( $_, "$endpath\\$_"); }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: how to extract zip files to specified location
by bliako (Abbot) on Sep 13, 2019 at 12:00 UTC |