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