Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

RE: RE: MIME Attachment Extractor

by Punto (Scribe)
on Jun 01, 2000 at 22:09 UTC ( [id://15872]=note: print w/replies, xml ) Need Help??


in reply to RE: MIME Attachment Extractor
in thread MIME Attachment Extractor

I got it! :)
Instead of using:
$content .= $body->as_string if defined $body;
I do:
if (defined $body) { $content .= $body->as_string; $filename = $body->path; unlink($filename); };
and it works fine.. Thanks..

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (7)
As of 2024-03-28 19:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found