in reply to Re^4: Numification of stringsin thread Numification of strings
++$count{$_} for @list; [download]
$count{$_} = $count{$_}//0 + 1 for @list; [download]