use strict; use warnings FATAL => 'all'; use Win32::IE::Mechanize; my $ie = Win32::IE::Mechanize->new(visible => 1); $ie->get('http://www.perlmonks.com/'); $ie->follow_link(text => 'Seekers of Perl Wisdom'); $ie->follow_link(text => 'save a page as text'); print $ie->content;
In reply to Re: save a page as text
by Thelonious
in thread save a page as text
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |