use strict; use Win32::OLE; my $iexplorer = Win32::OLE->new('InternetExplorer.Application'); $iexplorer->Navigate('about:blank'); sleep 1 while($iexplorer->busy); $iexplorer->{Visible} = 1; $iexplorer->Navigate('http://www.google.com');
In reply to Re: Load URL in Web Browser Using Perl Script
by tcf22
in thread Load URL in Web Browser Using Perl Script
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |