MIME::Parser
- From: "afrinspray" <afrinspray@xxxxxxxxx>
- Date: 27 Feb 2006 10:43:54 -0800
Does anyone have any experience with MIME::Parser? It's leaving a ton
of folders in my /tmp dir.
I have the following options set:
$parser = new MIME::Parser;
$parser->output_under("/tmp"); # Temporary messages are created here
$parser->output_prefix("msg"); # The temp messages have this prefix
$parser->decode_headers(0); # Not recommended by manual
$parser->extract_nested_messages(0);
$parser->extract_uuencode(1); # Automatically breaks up uuencoded
messages
$parser->ignore_errors(1);
then later I:
$parser->filer->purge;
which I thought cleans it up. Ideas? Also do those settings look
alright?
Mike
.
- Prev by Date: Re: qw vs. q
- Next by Date: Re: File::Find problem on windows+apache+activePerl
- Previous by thread: qw vs. q
- Next by thread: Convert a string into array of characters
- Index(es):
Relevant Pages
|
|