Help for this page
use strict; use MIME::Parser; ... $parser->output_under("./"); #directory where to store the components my $entity = $parser->parse(\*STDIN) or die "parse failed\n"; $entity->dump_skeleton;
$perl abovecode.pl < mail.txt