Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Re: Saving certain email attachements using MIME::Tools

by neilwatson (Priest)
on Aug 30, 2002 at 13:18 UTC ( [id://194100]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      foreach $x (@attypes){
        if ($subentity->mime_type =~ m/$x/i){
    ...
          push @attname, $subentity->head->mime_attr('content-disposition.
    +filename');
         } 
      }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://194100]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (1)
As of 2024-04-18 04:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found