@array = split /\s*/, 'the quick brown fox jumps over the lazy dog';@hash{@array}++;print for sort keys %hash;