- or download this
use Encode qw(decode);
...
my $chr = decode('MIME-Header', $str);
print "$chr\n";
- or download this
UTF-16:Unrecognised BOM 7700 at /.../Encode/MIME/Header.pm line 81.
- or download this
use MIME::Base64;
...
my $chk = decode_base64($cstr);
print "$chk\n";
- or download this
w Credit Card Could Be Headed Your Way