Help for this page
use LWP::UserAgent; our $ua = LWP::UserAgent->new; ... say $response->status_line; } }