in reply to Archive::Zip: save entire directory?
#! /usr/bin/perl use warnings; use strict; use Archive::Zip qw( AZ_OK ); use Data::GUID;
and appended
create_zipfile('/home/choroba/_/0');
When run, it created a zipfile in the directory, containing all the files that had existed there.
Are you sure the path to the directory exists?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Archive::Zip: save entire directory?
by Anonymous Monk on Dec 05, 2023 at 22:37 UTC | |
by Bod (Parson) on Dec 05, 2023 at 23:43 UTC |