Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^3: Create a hash whose keys and values come from a given array

by clueless newbie (Curate)
on Sep 07, 2017 at 11:19 UTC ( [id://1198854]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use autobox::universal qw(type);
    use Data::Dumper;
    ...
        }
    }
    warn Data::Dumper->Dump([\%hash],[qw(*hash)]),' ';
    
  2. or download this
    %hash = (
              '1' => [
    ...
                       4
                     ]
            );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (3)
As of 2024-04-25 12:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found