I am trying to get up and running with a basic Win32::IE::Mechanize script but getting a weird error in the debug output, it just repeats this over and over:
Here is my basic script: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" 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" 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"
$ie = Win32::IE::Mechanize->new(); $ie->get( $url ); @forms = $ie->_extract_forms(); foreach $forms (@forms) { print $forms ,"\n"; }
In reply to Win32::IE::Mechanize Issues by everlast88az
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |