Help for this page
my @words = split /\s*(,|\s+)/, $query;
my @words = split /\s*(?:,|\s+)/, $query;