in reply to Re^4: perl remove mail(textfile) header(eg. title, from,Delivered-To,Received)
in thread perl remove mail(textfile) header(eg. title, from,Delivered-To,Received)

I can't recommend any module in particular -- a quick look on CPAN shows HTML::Strip as the first module I found that might do the job.

While it's tempting to say, "Hey, I can do that with a regular expression!", you'll probably find that it rarely works as well as you expect.

HTML E-Mail sometimes contains the HTML version of the message in one section, and the text only version in another section -- you might want to check that out as well.

Alex / talexb / Toronto

"Groklaw is the open-source mentality applied to legal research" ~ Linus Torvalds

  • Comment on Re^5: perl remove mail(textfile) header(eg. title, from,Delivered-To,Received)

Replies are listed 'Best First'.
Re^6: perl remove mail(textfile) header(eg. title, from,Delivered-To,Received)
by stillcool (Initiate) on Apr 28, 2009 at 17:18 UTC

    but don noe why i dont seem can use any module... maybe i didnt install it... and having problem to install it

    hope u can show me with regular expression

      Yes, even you can use CPAN

      If you have a problem installing a module and don't tell us about this problem, how are we supposed to help you?