in reply to Launching Internet Explorer
use strict; use warnings; use Win32::IE::Mechanize; my $IE = Win32::IE::Mechanize->new( visible => 1 ); $IE->get("http://perl.com"); [download]