Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Questions about using array-of-arrays

by FunkyMonk (Chancellor)
on Jul 26, 2007 at 12:05 UTC ( [id://628902]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    @SeparateArray = @{ $MyAoA[$i] };
    
  2. or download this
    $MyAoA[$i] = \@SeparateArray; # reference
    @{ $MyAoA[$i] } = @SeparateArray; # copy
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (5)
As of 2024-03-29 00:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found