On May 21, 3:56 pm, [EMAIL PROTECTED] (Rob Dixon) wrote: > I think you're getting confused with hashes, which will hand back their key / > value pairs in an unpredictable order. Arrays are ordered lists of scalar > values, and their 'key' is the position of the data item in the list, starting > with zero for the first one.
Thanks Rob. You are right of course. I switched to just using an array. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/