Hello brothers,
I am trying to extract *.gz in Perl. This program will run on Win32 servers running Perl 5.8. I tried to use Archive::Zip because it has a PPD file for Perl 5.8. However, this did not work. Archive::Zip could not read the *.gz file. BTW, I usually extract this file using Winzip or Winrar.
It seems that Archive::Any does not have a PPD file for perl 5.8.
Are there any other native Perl solutions not a system call wrapper solutions that I am not aware of?