Im a little confused. Ive managed to download a zip file from one server onto my web server with a perl script, but I need to get the .csv file out of the zip file.
Ive searched this site for help unzipping a file, but I cant find anything that works. I am not able to install any new modules, so a simple solution is needed. I'd appreciate any help with this. I thought something like system ("gzip -d $file"); would work, but that does nothing, not even throwing an error.