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


in reply to Re^2: Windows-1252 characters from \x{0080} thru \x{009f}
in thread Windows-1252 characters from \x{0080} thru \x{009f}

Really? Here is another

#!/usr/bin/perl -- use strict; use warnings; use ... use encoding qw/ cp1252 STDOUT cp1252 STDIN cp1252 /;

See also Tutorials: perlunitut: Unicode in Perl, perluniintro/perlunitut, Perl Unicode Essentials