From: ngoc Date: 2005-06-18T06:15:33+09:00 Subject: perl: $count{$element}++ in Ruby? Hi what is $count{$element}++ in Ruby? Have tried count[element] += 1 -> not work and count[element] + 1 -> not work too thanks ngoc