Is there a way to influence the encoding of the save_content()-method from WWW::Mechanize?
WWW::Mechanize
No. If you need to do that, open a file yourself (specifying whatever encoding you want) and print $mech->content to it.
$mech->content