in reply to Re^5: Ascii to Chars in Perl
in thread Ascii to Chars in Perl
... But that transforms as a Email
then just paste them into PerlMonks and scrape them off the browser window ;) — sorry, just kidding.
You probably want
use HTML::Entities qw(decode_entities); my $decoded_mail = decode_entities($encoded_mail);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Ascii to Chars in Perl
by hemant.bhargava7 (Initiate) on Apr 25, 2009 at 12:02 UTC |