Help for this page

Select Code to Download


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