in reply to Re^4: www::mechanize behind proxy and https not working
in thread www::mechanize behind proxy and https not working
$mechanize->add_handler("request_send", sub { shift->dump; return }); $mechanize->add_handler("response_done", sub { shift->dump; return });
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: www::mechanize behind proxy and https not working
by Anonymous Monk on Sep 15, 2010 at 07:29 UTC | |
by Anonymous Monk on Sep 15, 2010 at 07:33 UTC | |
by Anonymous Monk on Sep 15, 2010 at 07:35 UTC | |
by Anonymous Monk on Sep 15, 2010 at 07:39 UTC | |
by Anonymous Monk on Sep 15, 2010 at 09:39 UTC | |
by Anonymous Monk on Sep 15, 2010 at 09:50 UTC | |
|