in reply to Loop that creates multidimensional array?
Try this:
push @player, [(@$row[0], @$row[4])];
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Loop that creates multidimensional array?
by jdlev (Scribe) on Sep 12, 2013 at 17:15 UTC | |
by fishmonger (Chaplain) on Sep 12, 2013 at 19:11 UTC |