#!/usr/bin/perl -W use strict; $|++; use MIME::Parser; use MIME::Entity; my $envelope = <STDIN>; my $parser = MIME::Parser->new; $parser->output_to_core(1); $parser->tmp_to_core(1);
In reply to MIME::Parser by stew
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |