Help for this page
if ($response->content =~ m/<hr>(.*?)<hr>/) { $matched_number = $1; } else { # didn't find a match }