On Jan 20, 2004, at 13:15, Dave Howorth wrote:
I'm curious why it behaves that way instead of the always valid and (to me anyway) much more obvious semantics of key order? Especially given that you can always do hash.values.sort if the values are sensible to sort on, unlike the hash-ref addresses - I guess - in my case.
Sure, you can get the values in sorted order like that, but you can't get the keys for those values. To get keys in sorted order is easy, and you can get the values from the keys, but not the other way round.
.tom
_______________________________________________ templates mailing list [EMAIL PROTECTED] http://lists.template-toolkit.org/mailman/listinfo/templates
