Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Do I need an array within an array

by VSarkiss (Monsignor)
on Oct 09, 2002 at 19:27 UTC ( [id://204027]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %display = (
        english => {
    ...
            # vert is green, but I forgot the word for blue ;-)
        }
    }
    
  2. or download this
    my $scr_display = $display{spanish};
    print  $scr_display->{red}, "\n";      # prints rojo
    
    # Now switch to a different language
    $scr_display = $display{french};
    print $scr_display->{red}, "\n";       # prints rouge
    

Log In?
Username:
Password:

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

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

    No recent polls found