Shiping Wang <[EMAIL PROTECTED]> wrote:
: I try to slice AOA into two subsets, then put them back. The problem
: is when I put them back, I couldn't do what I like, for example:
:
: How can I do it and where I am wrong?
Let's take the last part first:
: ... and where I am wrong?
[snip]
: my
Hello,
I try to slice AOA into two subsets, then put them back. The problem is
when I put them back, I couldn't do what I like, for example:
Here is Original array
a b 3 4
c d 2 5
e f 13 8
slice into two pieces:
print Dumper of array A
a b
c d
e f
print Dumper of array B
3 4
2 5
13 8
put them b