how to generate an associative array and count frequency?
am 21.12.2007 01:57:11 von MTto study the frequency of words composed of {a,b,c,d,e}, how can i tell perl
program to generate the associative array of (aaaaa, aaaab, ..., caaaa, ...,
eeeee) for me instead of declaring it explicitly?
Then instead of counting the occurrence of aaaaa but the co-existence, say,
aaaaabcdea or aaaaaaaaab, how can i combine the advantage of regular
expression with this associative array?