use Win32::OLE; my $browser = new Win32::OLE 'InternetExplorer.Application'; $browser->Navigate($SelectedAppURL, 0, 'xyzzy');