use HTML::Entities; $title=decode_entities($title); my $title_length=length($title); $title=encode_entities($title);