if ($string =~ m/Total requests:/) { @array = split /,/, $string; }