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

Re: Putting an array into a hash

by Zaxo (Archbishop)
on Dec 10, 2004 at 06:09 UTC ( [id://413763]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    %data = map {/(\w+)\s*(\w+)/} @info;
  2. or download this
    %data = map {split ' ', $_, 2} @info;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (None)
    As of 2024-04-19 00:02 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found