Query: mime::field::contdisp
OS: mojave
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MIME::Field::ContDisp(3) User Contributed Perl Documentation MIME::Field::ContDisp(3)NAMEMIME::Field::ContDisp - a "Content-disposition" fieldDESCRIPTIONA 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!SYNOPSISuse 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 ALSOMIME::Field::ParamVal, Mail::FieldAUTHOREryq (eryq@zeegee.com), ZeeGee Software Inc (http://www.zeegee.com). David F. Skoll (dfs@roaringpenguin.com) http://www.roaringpenguin.com perl v5.18.2 2013-11-14 MIME::Field::ContDisp(3)