There is no error message as such. The output is the content of the standard "This Page cannot be Displayed" screen.use Win32::IE::Mechanize; use Time::HiRes; my $ie = Win32::IE::Mechanize->new( visible => 1 ); $url = 'http://www.yahoo.com/'; $ie->get( $url ); sleep(5); print $ie->content; $ie->close;
In reply to Re^2: Win32::IE::Mechanize from unix????
by monkster
in thread Win32::IE::Mechanize from unix????
by monkster
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |