2014-02-08

Archive::Zip, setting compression level

One of my recent additions was to give users the ability to download files, but without manually downloading each file individually.  I turned to Archive::Zip and it was simple enough to add the files.


But these I didn't want to waste server CPU resources on compressing these files, as they are likely already compressed (JPGs, MP3s, MP4s, etc.).

Final(ish) output: