
Win32::GetDefaultBrowser - Return full path to default browser on Windows systems

use Win32::GetDefaultBrowser;
my $default_browser = get_default_browser;

Returns the full path to the default browser on a Windows system. Pollutes the namespace with one function: get_default_browser.

Returns the full path to the default browser on a Windows system. Falls back to Internet Explorer on failure.

Copyright(C) 2009, phatWares, USA. All rights reserved.
Permission is granted to use this software under the same terms as Perl itself. Refer to the Perl Artistic license for details.