in reply to Re^2: HTML::Form getting button by id
in thread HTML::Form getting button by id

What part of your code does not work, and how does it fail? Also, what is the input HTML?

Replies are listed 'Best First'.
Re^4: HTML::Form getting button by id
by mhearse (Chaplain) on Jul 09, 2012 at 20:28 UTC
    Please disregard my post. I realized that my server at work is running a rather old version of perl: v5.8.8 And thus an old version of HTML::Form which doesn't appear to support the methodology mentioned above. I confirmed that my code works using a recent HTML::Form. My apologies.