![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Re: Module for decoding utf-8 imap headers?by nysus (Parson) |
on May 30, 2020 at 17:01 UTC ( #11117507=note: print w/replies, xml ) | Need Help?? |
OK, some more googling revealed that that encoding method is called "MIME words". That led me to the MIME::Words module. This works:
$PM = "Perl Monk's";
In Section
Seekers of Perl Wisdom
|
|