Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

MIME::Field::ConTraEnc

Name MIME::Field::ConTraEnc
Version 5.509
Located at /usr/local/share/perl5
File /usr/local/share/perl5/MIME/Field/ConTraEnc.pm
Is Core No
Search CPAN for this module MIME::Field::ConTraEnc
Documentation MIME::Field::ConTraEnc
Module Details MIME::Field::ConTraEnc

NAME

MIME::Field::ConTraEnc - a ``Content-transfer-encoding'' field


DESCRIPTION

A subclass of Mail::Field.

Don't use this class directly... its name may change in the future! Instead, ask Mail::Field for new instances based on the field name!


SYNOPSIS

    use Mail::Field;
    use MIME::Head;
    # Create an instance from some text:
    $field = Mail::Field->new('Content-transfer-encoding', '7bit');
    # Get the encoding.
    #    Possible values: 'binary', '7bit', '8bit', 'quoted-printable',
    #    'base64' and '' (unspecified).  Note that there can't be a
    #    single default for this, since it depends on the content type!
    $encoding = $field->encoding;


SEE ALSO

the MIME::Field::ParamVal manpage, the Mail::Field manpage


AUTHOR

Eryq (eryq@zeegee.com), ZeeGee Software Inc (http://www.zeegee.com). Dianne Skoll (dfs@roaringpenguin.com) http://www.roaringpenguin.com

Perl Diver brought to you by ScriptSolutions.com © 1997- 2024