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');
         } 
      }