my @got = $string_c !~ /^\w+\s+\w+$/ig ? () : split /\s/, $string_c;