Help for this page
$obSh = Win32::OLE->new('WScript.Shell') or<br> die "Can't start Shell + error=", Win32::OLE::LastErro();<br> $path = "C:\\PROGRA~1\\INTERN~1\\IEXPLORE.EXE";<br> $obSh->run("$path $url", 1, true);<br> undef $obSh;