Cheers....Steve#!/usr/bin/perl -w use strict; use WWW::Mechanize; my $mech = WWW::Mechanize->new(); $mech->get('http://www.google.com/advanced_search?hl=en'); foreach my $inp (@{ $mech->{form}->{inputs} }) { print ref($inp),"\t$inp->{type}\t$inp->{name}\n"; }
In reply to Re: HTML options input field question
by cormanaz
in thread HTML options input field question
by stanislav5000
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |