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

Re: Initilize a hash array

by Beatnik (Parson)
on Jan 04, 2003 at 23:36 UTC ( [id://224335]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %data = qw(
    keyA valueA
    keyB valueB
    keyC valueC
    keyD valueD
    );
    
  2. or download this
    my %data = (keyA=>"valueA",keyB=>"valueB",keyC=>"valueC",keyD=>"valueD
    +");
    

Log In?
Username:
Password:

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

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

    No recent polls found