Help for this page

Select Code to Download


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