Eryq > MIME-tools-6.200_02 > MIME::Tools::tricks

Download:
MIME-tools-6.200_02.tar.gz

Annotate this POD

CPAN RT

New  12
Open  8
View Bugs
Report a bug
Source  

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.