# attempt to remove annoying title droppings $title =~ s/[^ -~]+//g; # unprintable ascii $title =~ s/&#?\w{1,8};//g; # html entities