Re: Parsing a form with identical field names

2011-07-18 Thread Alex Malek
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

Re: Question about HTML::Form

2008-04-02 Thread 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

Re: request Form.pm

2007-12-08 Thread Alex Malek
(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. >

Re: Mechanize and form->param()

2007-06-26 Thread Alex Malek
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

HTML::Form regarding selects

2007-05-08 Thread Alex Malek
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