Help for this page
Select Code to Download
Select
or
download this
sub make_ext_hash { my $mime = shift; my %ext = (); ... } return \%ext; }
Select
or
download this
sub make_ext_hash { my $mime = shift; my %ext = (); ... } return \%ext; }