Help for this page

Select Code to Download


  1. or download this
    Win32::OLE operating in debugging mode: _Unique => 1
    Win32::OLE(0.1709) error 0x800706be: "The remote procedure call failed
    +"
    ...
        in METHOD/PROPERTYGET "ReadyState" at C:/Perl/site/lib/Win32/IE/Me
    +chanize.pm line 1577
    Use of uninitialized value in numeric le (<=) at C:/Perl/site/lib/Win3
    +2/IE/Mechanize.pm line 1577.
    Win32::OLE(0.1709) error 0x800706ba: "The RPC server is unavailable"
    
  2. or download this
    $ie = Win32::IE::Mechanize->new();
    
    ...
          foreach $forms (@forms) {
            print $forms ,"\n";
        }