Help for this page

Select Code to Download


  1. or download this
    $ct{$_->content_type} = $_ for @parts;
    
  2. or download this
    for (@parts) {
        (my $c = $_->content_type) =~ s/;.+//;
        $ct{$c} = $_;
    }