I use ActivePerl for Windows ,and i need to Unzip a password protected zip file using Perl scripting.can anybody help me to find a perfect free module to perform this task.
Asked
Active
Viewed 474 times
1 Answers
0
Assuming you are using Winzip,
http://search.cpan.org/~mbethke/Archive-Zip-Crypt-0.02/lib/Archive/Zip/Crypt.pm
Or, you would need call winzip from your perl script: http://code.activestate.com/lists/perl-win32-users/18391/

ssleung
- 54
- 2
-
Thanks for the replay,I have tried the "Archive::Zip::Crypt" But where the file get Unzipped?,I mean which directory?.Also I am getting one error like error: inflate error data error at C:/Perl64/site/lib/Archive/Zip/Archive.pm line 367. – shinoy.m Nov 08 '16 at 07:55