
Mac::InternetConfig - Interface to Peter Lewis' and Quinns Internet Config system

Access to the original Internet Config documentation is essential for proper use of these functions.
Internet Config settings.
Various constants.
The instance of the Internet Config database.
Access the raw, uninterpreted value of an Internet Config setting.
Access a sane Perl version of one of the more common Internet Config settings.
Access the Internet Config file map to:
Determine the file type and creator for a newly created file:
$map = $InternetConfigMap{"output.html"};
Determine the extension to use for some type/creator combination:
$map = $InternetConfigMap{["WDBN", "MSWD"]};
Launch helper app with URL. Returns undef on error.
Return list of creator ID and name for helper app assigned to PROTOCOL. Returns only creator ID in scalar context. Returns undef on error.

Written by Matthias Ulrich Neeracher <neeracher@mac.com>. Currently maintained by Chris Nandor <pudge@pobox.com>.