avik1612
has asked for the wisdom of the Perl Monks concerning the following question:
Is it possible write a script to extract the jar files to a particular folder in perl . Is there any way we can use the Archive Thanks in Advance avi
Comment on
Extracting the Jar file
Replies are listed 'Best First'.
Re: Extracting the Jar file
by
Anonymous Monk
on Aug 28, 2007 at 09:54 UTC
If you by "jar" mean
Java ARchive
, there's
Archive::Zip
. There are some issues though, as noted in
Archive::Zip Problem: Zip versus Jar file formats
.
--
[reply]
Back to
Seekers of Perl Wisdom