Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: How to create hash out of an array elements?

by ansh batra (Friar)
on Nov 17, 2011 at 09:38 UTC ( [id://938565]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    @arr=(1,2,3,4,5,6,7,8,9,10);
    %hsh= ();
    ...
            print "$key => $value\n";
        }
    
  2. or download this
    1 => 2
    3 => 4
    7 => 8
    9 => 10
    5 => 6
    

Log In?
Username:
Password:

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

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

    No recent polls found