
digilas
New User
Jun 12, 2008, 6:54 AM
Post #1 of 2
(4248 views)
|
count of repeated word in array
|
Can't Post
|
|
i have to write program to count of repeated word in array for example we put this array : @word= qw( toyota benz benz bmw toyota benz); and program output like this : benz 3 reapeated toyota 2 repeated bmw 1 repeated Thank u so much
|