use Win32; use Win32::Process; my $ie; Win32::Process::Create( $ie, 'C:/Program Files/Internet Explorer/iexplore.exe', 'http://localhost/foo.html', 0, NORMAL_PRIORITY_CLASS, '.' ) or print Win32::GetLastError();