NAME
MIME::Tools::tricks - cool things to do
SYNOPSIS
This is part of the MIME-tools documentation. See MIME::Tools for the full table of contents.
DESCRIPTION
Try the following techniques to get the most out of MIME-tools.
Dump entity structure
To see how a parsed entity is really structured, don't just print it. Dump the skeletal summary:
$entity->dump_skeleton(\*STDERR)
SEE ALSO
See "SYNOPSIS" in MIME::Tools for the full table of contents.