Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^4: Minimize Hash Key Value Combinations

by AlexTape (Monk)
on Nov 18, 2013 at 14:20 UTC ( [id://1063095]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    keys are strings never arrays
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
            print join(" ",@{$hash{'number'}{$j}})."\n";
        }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (4)
As of 2024-03-29 14:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found