in reply to Re: Re: Re: avoid temporary files when building a webmailer
in thread avoid temporary files when building a webmailer

my $parser = new MIME::parser; $parser->output_to_core(1); # ta-da, no tempfiles
See also the parser manpage.

Peace,
-McD