use Encode qw( decode ); my $url = "http://ufal.mff.cuni.cz/~hajic/courses/npfl067/TEXTCZ1.txt"; my $content = decode('iso-8859-2', get($url));