in reply to Base64 Decode issues
use HTML::Entities; my $line="Toni"; print decode_entities($line); [download]