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

Re: Re: Re: build multidimensional array from arrays

by Not_a_Number (Prior)
on Jan 29, 2004 at 19:10 UTC ( [id://325010]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: build multidimensional array from arrays
in thread build multidimensional array from arrays

In that case, it's even easier:

my @mda = ( [ @one ], [ @two ] );

Update: Or, of course, to save a bit of typing:

my @mda = \( @one, @two );

dave

Log In?
Username:
Password:

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

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

    No recent polls found