my $content = $response->content(); my $introduction = grep( /Game Introduction - Marvel: Avengers Alliance/, $content ); print $introduction;