my $ie = Win32::OLE->new('InternetExplorer.Application'); $ie->Navigate($url); $ie->{Visible} = 1;