Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
push(@temp, a , b); I also tried with getting the values into two 1 dimensional arrays and + putting them in one using @temp = (\@arraya, \@arrayb); does not seem to be working. both the arrays are same size. I want val +ues in the following way... a b c d
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Creating two dimensional array and adding elements to it
by ikegami (Patriarch) on Feb 25, 2008 at 19:40 UTC | |
|
Re: Creating two dimensional array and adding elements to it
by GrandFather (Saint) on Feb 25, 2008 at 19:41 UTC |