
MIME::Tools::tricks - cool things to do

This is part of the MIME-tools documentation. See MIME::Tools for the full table of contents.

Try the following techniques to get the most out of MIME-tools.
To see how a parsed entity is really structured, don't just print it. Dump the skeletal summary:
$entity->dump_skeleton(\*STDERR)

See "SYNOPSIS" in MIME::Tools for the full table of contents.