my $string = $resp->content; while( $string=~/your_regex/g ) { ... }