in reply to www::mechanize problem with url / redirect
Try using ->get("$1");
Turn on ->show_progress(1); and ->add_handler("request_send", sub { shift->dump; return }); and ->add_handler("response_done", sub { shift->dump; return }); and analyze the results
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: www::mechanize problem with url / redirect
by McSvenster (Novice) on Dec 22, 2012 at 22:27 UTC | |
by McSvenster (Novice) on Jan 03, 2013 at 06:55 UTC |