in reply to Re^3: perl remove mail(textfile) header(eg. title, from,Delivered-To,Received)
in thread perl remove mail(textfile) header(eg. title, from,Delivered-To,Received)
thanks so much talexb ur code are so helpful^^
if my email got html code how am i goin to exclude the html tag... the example mail with html tag
<title>Cable companies cracking down on Wi-Fi</title>
i only wan the contain after the html tag are remove so it would be
Cable companies cracking down on Wi-Fi
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: perl remove mail(textfile) header(eg. title, from,Delivered-To,Received)
by talexb (Chancellor) on Apr 27, 2009 at 16:47 UTC | |
by stillcool (Initiate) on Apr 28, 2009 at 17:18 UTC | |
by Corion (Patriarch) on Apr 28, 2009 at 17:32 UTC |