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