# you only have to type these 2 lines once (or put them in the code) use Text::Iconv; $conv = Text::Iconv->new("utf8", "latin1"); # there you go! print $conv->convert("Text to convert");