Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Re: Re: Hash key ordering question

by P0w3rK!d (Pilgrim)
on May 07, 2003 at 19:18 UTC ( [id://256357]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Hash key ordering question
in thread Hash key ordering question

This is what I was looking for. I was trying to do something with Tie::IxHash the last 10 minutes.
my $t = Tie::IxHash->new(%hshFoo); my @keys = $t->Keys; $t->Reorder(@keys); $t->SortByKey; untie %hshFoo; ...or something

-P0w3rK!d

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-03-29 06:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found