Description
Perl web and file tools can identify likely MIME media types from file names or URLs. This helps software choose how to label downloads, attachments, static files, or HTTP responses.
It is a library, not a separate app. MIME guesses are useful but not proof of safe content, so programs should still validate untrusted files before opening or serving them.