in reply to Re^3: LWP handlers examples?
in thread LWP handlers examples?

You are right on this... change the unnamed sub to show that:

$ua->add_handler(response_header => sub { print("HANDLER:", $_[0]->status_line(), "\n"); });

That will be another thing I'll have to manage...