use Win32::OLE; my $ie = new Win32::OLE 'InternetExplorer.Application'; $ie->Navigate( $url, 0, $window_name );