in reply to Re: appending and array into last element of an array?
in thread appending and array into last element of an array?
Also, how could I save the anon array in your second example? setting something equal to the push gives the length of the new array, right? Could I just do
push(@arrayA, [ @arrayB ]); @new_array = @_;
And thanks for the quick reply.
Matt
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: appending and array into last element of an array?
by ikegami (Patriarch) on Oct 11, 2006 at 16:38 UTC |