in reply to WWW::Mechanize help
so what's the problem, you already got a list of inputs, why do you need names? Just use the value method:
(not tested)for $boxes (@find_text) { if (length($boxes->value) > 100) { print $boxes->value; } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: WWW::Mechanize help
by Anonymous Monk on May 06, 2012 at 14:15 UTC | |
by Anonymous Monk on May 06, 2012 at 21:54 UTC |