Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Problem with MIME::Parser and filenames

by Laurielounge (Acolyte)
on Oct 10, 2017 at 20:36 UTC ( [id://1201120]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Content-Type: application/vnd.openxmlformats-officedocument.spreadshee
    +tml.sheet;
    name="Copy of 1501733944381-20170803 Dataload.xlsx"
    ...
    size=23847; creation-date="Mon, 09 Oct 2017 12:39:28 GMT";
    modification-date="Mon, 09 Oct 2017 12:38:40 GMT"
    Content-Transfer-Encoding: base64
    
  2. or download this
    my $emailfile = basename("$email");
    my $tmpdir = "/tmp/$emailfile";
    ...
    $parser->output_dir("$tmpdir");
    
    my $message = $parser->parse_open("$email");
    
  3. or download this
    Copy of 150173.xls
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1201120]
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (3)
As of 2024-04-19 17:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found