Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: array reference as hash value

by davorg (Chancellor)
on Jul 22, 2009 at 10:15 UTC ( [id://782238]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -Mwarnings -e '%h = { foo => [ 1 .. 3] }'
    Reference found where even-sized list expected at -e line 1.
    
  2. or download this
    my %hash = (
                  key1 => [a1_ref,a1_ref],
                  key2 => [a3_ref,a4_ref]
               );
    

Log In?
Username:
Password:

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

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

    No recent polls found