At 19:51 25/10/01 +1000, Shannon Murdoch wrote: > So I take it there is no way to list all the keys contained in a hash in > the same order they were entered in, like I can with a normal array?
use Tie::IxHash; It makes hash functions return elements in insertion order, IIRC. -- mjx free love not trade -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]