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

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
  • Comment on Re: Re: Re: Re: Re: Re: Re: Re: Re: Getting result page using WWW::Mechanize
  • Download Code