if ($string =~ m/Total requests:/) { @array = split /,/, $string; } #### if ($string =~ m/Total requests:/) { @array = $string =~ /(\d+)/g; }