in reply to finding the most popular in array
$_{$_}++ for @array; print ( ( sort{ $_{$b} <=> $_{$a} } keys %_ )[0] ); [download]
*Note: %_ isn't guaranteed to be around forever :)
Jasmine