in reply to Re: Re: Re: Re: Re: Re: Re: Getting result page using WWW::Mechanize
in thread Getting result page using WWW::Mechanize

Corion,
Excellent documentation. I had gone through your code and understood.
Using this, i did another connection. That's also great.
Is there any method to handle the situation where the form contains more than one button having the same name and different value.
I had gone through the buglist report page.
If there any way to handle this?
Regards,
ps
  • Comment on Re: Re: Re: Re: Re: Re: Re: Re: Getting result page using WWW::Mechanize

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Re: Re: Re: Re: Getting result page using WWW::Mechanize
by Corion (Patriarch) on Jul 07, 2003 at 12:19 UTC

    Please take a look at the other answers you got for this same question. There is no sense in posting one and the same question all over the place, especially when you already got answers that told you that this is a known problem.

    perl -MHTTP::Daemon -MHTTP::Response -MLWP::Simple -e ' ; # The $d = new HTTP::Daemon and fork and getprint $d->url and exit;#spider ($c = $d->accept())->get_request(); $c->send_response( new #in the HTTP::Response(200,$_,$_,qq(Just another Perl hacker\n))); ' # web