Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the WWW-Mechanize CPAN distribution.

Report information
The Basics
Id: 3721
Status: resolved
Priority: 0/
Queue: WWW-Mechanize

People
Owner: MARKSTOS [...] cpan.org
Requestors: lcasado [...] attglobal.net
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.58
Fixed in: (no value)



Subject: Can't call method "find_input" on an unMaybe Mech lost tag "Form" between Table and TD tags?
Dear Andy It is possible that parser get lost in Html generated by other Perl script? I am compeltely new in Perl. I worked with it 9 month ago and this week. I aplogize now if my question is stupid enough as to irritate you. but i am blocked without knowledge to continue Yours faithfully Luis Miguel

Message body is not shown because it is too large.

Subject: Maybe Mech lost tag "Form" between Table and TD tags?
[guest - Wed Sep 3 22:33:56 2003]: Show quoted text
> Dear Andy > > It is possible that parser get lost in Html generated by other Perl > script? > > I am compeltely new in Perl. I worked with it 9 month ago and this > week. I aplogize now if my question is stupid enough as to irritate > you. but i am blocked without knowledge to continue > > Yours faithfully > Luis Miguel
It is me again. Sorry about Previous subject. it was blended. Detailed output is in file problem.txt
You must select the form with: $agent->form_number(1); Tell me if this was your problem.
[guest - Thu Sep 4 04:21:05 2003]: Show quoted text
> You must select the form with: > $agent->form_number(1); > Tell me if this was your problem.
I have added this line: $m->form_number(1); die "problem setting a Form", m$->response->status_line unless $m->success; ANd the problem is still there, i get the answer tha MY FOOT prints in sub field "form not assigned". Thanks for your answer
Can you supply a small but complete code sample?