>
> Thank you. That fixed the original question. What if I want a
> list of hashes
> so that I can move through the list in the order that the list was
> initialized with?
>
> Thanks again.
>
> Kevin
You can't keep it in that order, a hash is stored in perl's own special way.
What you want to do is sort the keys or values.
You might be tempted to use an array. This is not good. You're then maintain
2 seperate lists and when you update one you always have to remeber to
update the other. Avoid this at all costs.
---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
[EMAIL PROTECTED]
For non-automated Mailing List support, send email to
[EMAIL PROTECTED]