Welcome to the Monastery | |
PerlMonks |
Getting rid of HTML in POP3Clientby Massyn (Hermit) |
on Dec 27, 2002 at 10:02 UTC ( [id://222509]=perlquestion: print w/replies, xml ) | Need Help?? |
Massyn has asked for the wisdom of the Perl Monks concerning the following question: #!/fellow/monks.pl In the world of Outlook and Outlook Express, we are *cough* blessed with HTML text within our emails. When these emails come to my Perl POP3Client module, it downloads all the HTML nicely.. One problem though - My text parser can't read the HTML. It's all nice and well when I send the mail in clear text, but not in HTML. Is there perhaps a module available that will take the entire body of the email as input and just give me the output of the text portion, excluding any HTML pieces? Thanks! #!/massyn.pl The more I learn, the more I realize I don't know. Albert Einstein 1879-1955
Back to
Seekers of Perl Wisdom
|
|