Help for this page
other_function(decode 'latin-1', 'string_literal')) # and if you want to change a variable $var = decode('latin-1', $var);
do { my $var = 'string_literal'; ... } # and the other one decode('latin-1', $var)