Hi I'm sure a lot of you monks faced that question .
I would like to work with an orderd hash , to keep all the goodies of the hash ( direct access , defined .. ) but to determine the order of the entries .
do you know a clean way to do it or must I build an array and go over it with $i+=2 ( sort of hash simulation).
Thanks .