Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: split to hash, problem with random keys

by Mitch (Sexton)
on Jul 03, 2003 at 16:41 UTC ( [id://271221]=note: print w/replies, xml ) Need Help??


in reply to split to hash, problem with random keys

You can use the Tie function to have the hash return in order:

use Tie::IxHash; tie %hashname, "Tie::IxHash";


Mitch

Replies are listed 'Best First'.
Re: Re: split to hash, problem with random keys
by december (Pilgrim) on Jul 03, 2003 at 17:21 UTC
    Thanks, I'll check if it's installed on the machines I need to run the code on.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (6)
As of 2024-04-23 17:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found