use Win32::IE::Mechanize; use Data::Dumper; $ie = Win32::IE::Mechanize->new(visibile=>1); $ie->get('http://google.com'); sleep(4); print Dumper($ie); #### $VAR1 = bless( { 'quiet' => undef, 'images' => undef, 'headers' => {}, '_opt' => { 'visible' => 1 }, 'forms' => undef, 'onwarn' => undef, 'onerror' => undef, 'agent' => bless( {}, 'Win32::OLE' ), 'cur_form' => undef, 'links' => undef, 'basic_authentication' => {} }, 'Win32::IE::Mechanize' );