in reply to Re^11: Cant get www:Mechanize to work
in thread Cant get www:Mechanize to work
And apparently it doest show the correct info????use LWP::UserAgent; $ua = LWP::UserAgent->new; $ua->default_header('Accept-Encoding' => scalar HTTP::Message::decod +able()); $ua->add_handler("request_send", sub { shift->dump; return }); $ua->add_handler("response_done", sub { shift->dump; return }); $ua->get($mech->uri);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^13: Cant get www:Mechanize to work
by Anonymous Monk on Jun 09, 2009 at 15:13 UTC | |
by yantar (Initiate) on Jun 09, 2009 at 15:33 UTC | |
by yantar (Initiate) on Jun 11, 2009 at 06:33 UTC |