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

Re: Dynamic array names

by Masem (Monsignor)
on Feb 09, 2001 at 22:53 UTC ( [id://57441]=note: print w/replies, xml ) Need Help??


in reply to Dynamic array names

Are the names that important, or do you just need a hashset of arrays?

@array_names = ( 'joe', 'bob', 'sue' );
@array_numbers = ( 3.14, 42, 6, 1e100 );
%array_hash;

$array_hash{"names"} = \@array_names;
$array_hash{"numbers"} = \@array_numbers;

Log In?
Username:
Password:

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

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

    No recent polls found