I've scraped a lot of websites with LWP and later WWW::Mechanize,
and always relied on $response->content (or $mech->content),
and i've just been hit for the first time with
with a case where content returns binary garbage (my console beeping at me).
It was gzipped html, and decoded_content returns the html I expected ( $mech->response()->decoded_content() ).
Can't locate object method "decoded_content" via package "WWW::Mechani
+ze"