use Encode qw(); my $variable = "Inhalt mit UTF-8 darstellung von Perl"; print Encode::encode('iso-8859-1', $variable);