the number of the form element starting at 1 and
$value is either a scalar or if it is a select it can also be a
hashref of the form {n => $n}
-----Alex Malek
I had recommended a patch about a year ago for HTML::Form.
At the point in time Gisle had said he wasn't in a mode to be applying
LWP patches but that he would get to them.
Gisle - Any idea when the next release will be made?
---Alex
On Tue, Apr 1, 2008 at 11:53 PM, Andre-John Mas <[EMAIL PROTE
(no attachments for libwww)
On Dec 7, 2007 9:26 AM, maltejoos wrote:
> Hi,
>
> I'am using www::mechanize, and I want to set multiple "select" fields
> with the same name to the same value. Because the select() function
> don't accepts a "number" argument, I do not know how to handle this issue.
>
On 6/26/07, Alex Malek <[EMAIL PROTECTED]> wrote:
> The problem is in HTML::Form.pm
> I had the same issue and I wrote a fix for Form.pm
> I am attaching it.
>
> Let me know if it helps.
>
> ---Alex
On 6/26/07, Paul Robbins <[EMAIL PROTECTED]> wrote:
What change
Hi this is my first time posting to this list.
While using WWW::Mechanize I noticed a bug in HTML::Form.
The problem is multiple 'select' elements that have the same name in
the same form are combined into one 'select' element.
Not only does this prevent one from trying to choose an option in a