Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: ReadParse and Hash Value

by boftx (Deacon)
on Nov 07, 2014 at 04:50 UTC ( [id://1106449]=note: print w/replies, xml ) Need Help??


in reply to ReadParse and Hash Value

You can not know the order of hash elements by definition. This is a security feature in Perl. The best you can do is do sort(keys(%hash)) to impose order on them. On the order hand, you have full control over the order of elements in an array.

You must always remember that the primary goal is to drain the swamp even when you are hip-deep in alligators.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1106449]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (1)
As of 2024-04-25 19:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found