in reply to Mechanize and Cookie Confusion
$m->add_handler("request_send", sub { shift->dump; return }); $m->add_handler("response_done", sub { shift->dump; return }); [download]