Help for this page
use Win32::IE::Mechanize; use Data::Dumper; ... $ie->get('http://google.com'); sleep(4); print Dumper($ie);
$VAR1 = bless( { 'quiet' => undef, ... 'links' => undef, 'basic_authentication' => {} }, 'Win32::IE::Mechanize' );