Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Re: Parsing emails with attachments

by injunjoel (Priest)
on Sep 23, 2003 at 23:25 UTC ( [id://293729]=note: print w/replies, xml ) Need Help??


in reply to Re: Parsing emails with attachments
in thread Parsing emails with attachments

try to remove all <> tags with:
$body =~ s/<[^>]*>//sg;
The s modifier (at the end) tells the search to treat the $body variable as a single line. so \n's don't matter.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://293729]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (5)
As of 2024-04-19 06:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found