use strict; use Win32::OLE; my $ie = Win32::OLE->new("InternetExplorer.Application") or die "Can't + start IE\n"; $ie->{visible} = 1; $ie->navigate("http://www.perlmonks.org"); while(1){ $ie->Refresh(); sleep 5*60; }
In reply to Re: How to Refresh iexplore
by johnnywang
in thread How to Refresh iexplore
by gube
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |