Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: array refernce as hash value

by Crian (Curate)
on Jul 22, 2009 at 10:16 UTC ( [id://782239]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %hash = (
        key1 => [\@a1_ref, \@a2_ref],
        key2 => [\@a3_ref, \@a4_ref],
    );
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    use warnings;
    ...
    );
    
    print "hoffentlich eine acht: ", $hash{key1}->[1]->[1], "\n";
    

Log In?
Username:
Password:

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

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

    No recent polls found