Help for this page
use Win32::OLE; my $ie = Win32::OLE->new("InternetExplorer.Application") ... $ie->Navigate("http://www.perlmonks.org/"); sleep(1); $ie->ExecWB(6,0);