$IE=Win32::OLE->new("InternetExplorer.Application") or die "could not start browser"; $IE->{visible}=1; $IE->Navigate("$url");