Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^2: How to store arrays in another array

by AnomalousMonk (Archbishop)
on Oct 07, 2019 at 19:55 UTC ( [id://11107155]=note: print w/replies, xml ) Need Help??


in reply to Re: How to store arrays in another array
in thread How to store arrays in another array

my @rows = ( \@row1, \@row2, \@row3, \@row4, \@row5 );
That's what
    my @rows = \(@row1, @row2, @row3, @row4, @row5);
does.


Give a man a fish:  <%-{-{-{-<

Replies are listed 'Best First'.
Re^3: How to store arrays in another array
by Bloodnok (Vicar) on Oct 08, 2019 at 10:15 UTC
    Hmm, never knew that; TFT - just goes to show that my sig isn't in the least inaccurate

    A user level that continues to overstate my experience :-))

Log In?
Username:
Password:

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

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

    No recent polls found