$ua->add_handler("response_data", sub {croak() if someCondition(); return 1}); my $resp = $ua->get($url);