Lightning flashed, thunder crashed and Jeffrey Loetel <[EMAIL PROTECTED]>
 whispered:
| Question:
| When you extract a value from an @ are you guarenteed the order that 
| you are going to get?

In both cases, @ and %, you will always get a predictable order.  With
arrays, it will always be ordered by subscript.  With % it will always be
in the hash order, you just may not be able to guess what the hash order
is.

-spp
--
Stephen P Potter        Columbus, Ohio, USA              [EMAIL PROTECTED]
"You can't just magically invoke Larry and expect that to prove your point.
Or prove that you have a point."        -Simon Cozens
UNIX, Perl, PHP, Web Consulting and Training  http://www.unixlabs.net/~spp/

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to