http://www.perlmonks.org?node_id=906646


in reply to Re: Google Weather for dwm
in thread Google Weather for dwm

I get same malformed character warning (Linux), presumably due to global nature of use encoding. Removing the use encoding line and instead adding binmode( STDOUT, ":encoding(UTF-8)" ); works for me.

Good Day,
    Dean