The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

#!/usr/bin/perl
#===============================================================================
#
# FILE: test.pl
#
# USAGE: ./test.pl
#
# DESCRIPTION:
#
# OPTIONS: ---
# REQUIREMENTS: ---
# BUGS: ---
# NOTES: ---
# AUTHOR: YOUR NAME (),
# COMPANY:
# VERSION: 1.0
# CREATED: 31-08-2010 10:52:25
# REVISION: ---
#===============================================================================
use strict;
use lib '/home/andre/Projetos/Unzip-Passwd/lib';
my $obj = Unzip::Passwd->new( filename => 'test.zip' ,
destiny => 'lalalalalaal',
passwd => '12345',
# debug => 1,
);
print "\nRESULT: " . $obj->unzip;