I have a compressed .Z file that I am receiving from an AIX-UNIX system. I am trying to uncompress it for processing on a Windows system using Active State perl 5.8. I have used the Archive::Zip object before for zip files but in this case I have not been able to uncompress the file. I am trying to use the Compress::Zlib object. Can someone confirm if this is the correct object to use. I am able to view the file on my pc using WinRAR.