The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

MIME::Tools::config - configuring MIME-tools

SYNOPSIS

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

DESCRIPTION

This document describes how the toolkit can be globally configured.

CONFIGURING

debugging

Turn debugging on or off. Default is false (off).

     MIME::Tools->debugging(1);

See MIME::Tools::diag to learn about how (and when) debug messages are output.

quiet

Turn the reporting of warning/error messages on or off. Default is false, meaning that these message are not silenced.

     MIME::Tools->quiet(1);

See MIME::Tools::diag to learn about how (and when) warnings are output.

version

Return the toolkit version.

     print MIME::Tools->version, "\n";

SEE ALSO

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