Help for this page
$ct{$_->content_type} = $_ for @parts;
for (@parts) { (my $c = $_->content_type) =~ s/;.+//; $ct{$c} = $_; }