in reply to Re^2: WWW::Mechanize form field types
in thread WWW::Mechanize form field types
As i see you don't read docs :-(
foreach my $form (@forms) { my @fields = $form->inputs; foreach my $input (@fields) { print $input->type() . "\t $page / 15\n"; } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: WWW::Mechanize form field types
by Lawliet (Curate) on Jun 30, 2008 at 22:26 UTC |