Help for this page
use IO::Compress::Gzip; my $compressed; ... $mech->get($pdf_url); warn length $mech->content; # 0 cause of the 'default_add_content' se +tting warn length $compressed;