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:

for $boxes (@find_text) { if (length($boxes->value) > 100) { print $boxes->value; } }
(not tested)

Replies are listed 'Best First'.
Re^2: WWW::Mechanize help
by Anonymous Monk on May 06, 2012 at 14:15 UTC
    it does nothing...

      it does nothing...

      Sure it does