##
#! /usr/bin/perl
use strict;
use warnings;
use Archive::Zip qw( :ERROR_CODES :CONSTANTS );
my $zip = Archive::Zip->new('/home/user/d/backup.zip');
print $zip->memberNames();
####
perl test_script.pl
/home/user/a/a.txt/home/user/b/b.txt/home/user/c/c.txt