SavagePerl has asked for the wisdom of the Perl Monks concerning the following question:
and so on. But form(3) is where the problem is. Any suggestions? Running Perl on Komodo for Windows.use strict; use WWW::Mechanize; use HTML::TokeParser; my $agent = WWW::Mechanize->new(); $agent->get("http://sample.com"); $agent->form(3);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: WWW:Mechanize Problem
by kyle (Abbot) on May 24, 2008 at 01:07 UTC | |
by SavagePerl (Novice) on May 24, 2008 at 01:35 UTC | |
by kyle (Abbot) on May 24, 2008 at 02:12 UTC | |
by almut (Canon) on May 24, 2008 at 02:11 UTC |