Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

(ichi) Re x 2: creating multiple views of a hash by reordering its key and values

by ichimunki (Priest)
on Jun 26, 2002 at 17:30 UTC ( [id://177448]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    
    print "$hash{foo}{bar}{x}\n";
    print "$hash{bar}{foo}{x}\n";
    
  2. or download this
    zoom!
    zoom!
    !mooz
    zoom!
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-26 00:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found