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
    There is a difference between reading and comprehending ;)

    I don't have time right now (and might not for a week) to further look into the problem, but thanks for your help (if what you provided helps).

    It works =D
    Thanks for helping out.