hello, i am fairly new to using perl, so i cud do with some help..
i have an array containing a whole lot of web address (@sites) and i need to search this array and if i find the same site again i need to make a count of that, if its a new site it will be added to another array (@validsites) i then need to list the most popular sites.
what would be the best way to do this?