RE: :mechanize issues/mechanize.pm dies!!

2004-06-03 Thread bruce
aha!!! so my 1st real attempt at using new mods in perl.. and i stumble on a bug!!!.. cool... i'll make the patch.. and try to use www::mechanize... i do have an additional problem/issue/question. i have a small situation where i'm trying to get the text for the "parent"/top item... i'm trying t

RE: :mechanize issues/mechanize.pm dies!!

2004-06-03 Thread Darrell Gammill
e input of 'sortby' I can use the following: Disc, Coursenum, Section Day, Firsthour, Firstmin Code Coursenum Section Instructor For the input of 'order' I can use the following: ASC DESC -Original Message- From: Gisle Aas [mailto:[EMAIL PROTECTED] Sent: Wednesd

Re: :mechanize issues/mechanize.pm dies!!

2004-06-03 Thread Gisle Aas
"Darrell Gammill" <[EMAIL PROTECTED]> writes: > The 'Anthropology' option is being interpreted as its own separate input > rather then part of the 'u_input' input. To test this, I used the > section of code below with the results right after it. Thanks for the test case. This is a bug in HTML::

Re: :mechanize issues/mechanize.pm dies!!

2004-06-02 Thread Gisle Aas
"Darrell Gammill" <[EMAIL PROTECTED]> writes: > Look back a the output of 'print $b->current_form()->dump();' Do you > see where the option for 'Anthropology' appears by itself? This is > because the HTML is not being parsed right. The following line seems to > be the offender: > >

RE: :mechanize issues/mechanize.pm dies!!

2004-06-02 Thread Darrell Gammill
' with a value matching 'Ant'. Then go through the list and get rid of the attribute. -Dgg -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of bruce Sent: Wednesday, June 02, 2004 10:02 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: :mec

Re: :mechanize issues/mechanize.pm dies!!

2004-06-02 Thread Andy Lester
On Wed, Jun 02, 2004 at 12:11:22PM -0700, bruce ([EMAIL PROTECTED]) wrote: > the underlying html, implies that there is some method that they're using to > send multiple forms? Yes, there are two forms. Look at: $ mech-dump https://utdirect.utexas.edu/registrar/clavnew/clav3.WBX?s_semester=

RE: :mechanize issues/mechanize.pm dies!!

2004-06-02 Thread bruce
darrell... thanks for the reply... i had started to think something along the same thing... as far as i can tell.. it's the only place were that occurs... so i'll put that one to rest... but since you repsonded, i have a www::mechanize question... i'm looking at the utexas austin site.. https:/

RE: :mechanize issues/mechanize.pm dies!!

2004-06-02 Thread Nicholas S Zambo
ED]>, <[EMAIL PROTECTED]> cc: Subject:[BULK] - RE: :mechanize issues/mechanize.pm dies!! hi.. i'm havin an issue with the following script. it uses www::mechanize and appears to die when i use the word/var "ANT" for one of the form inputs. the test

RE: :mechanize issues/mechanize.pm dies!!

2004-06-02 Thread bruce
hi.. i'm havin an issue with the following script. it uses www::mechanize and appears to die when i use the word/var "ANT" for one of the form inputs. the test script demonstrates getting information from the test site using both LWP and mechanize. the LWP approach works, the mechanize fails. any