in reply to Help with Uncompressing Data

For future reference, when working with files Compress::Zlib can handle,
this is the syntax you want:
$stuff = $response->content; $stuff = uncompress($stuff);