On, 2010-01-07 at 11:24 -0800, Shankar wrote: > Hello, > > I'm using CPAN module, Mail-Box-2.093, to parse and process my MBOX > file on Unix. > > I have a message as follows. > I have an email, when I open in PINE on Unix, it shows the header as: > [utf-8] Recommendation Letter... > > When I try to access this field using the Mail-Box module, I get a > string which looks encoded. > Something like: =?utf-8?b? > umvjb21tzw5kyxrpb24gbgv0dgvyigzvcibeci4grc4grgfz?= >
That looks like an utf8 string with base64 encoded. You may reference to: perldoc Encode perldoc MIME::Base64 for details. Regards, Jeff. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/