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::ContDisp

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

NAME

MIME::Field::ContDisp - a ``Content-disposition'' 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-disposition', $text);
    # Inline or attachment?
    $type = $field->type;
    # Recommended filename?
    $filename = $field->filename;


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