The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

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

DESCRIPTION

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

METHODS

get_default_browser

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

AUTHOR, COPYRIGHT, and LICENSE

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.