Help for this page

Select Code to Download


  1. or download this
    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;