in reply to array of arrays - context problem
my @masterArray = (@array1, @array2, @array3); foreach (@masterArray){ print $_; } $numElements = @masterArray print $numElements;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: array of arrays - context problem
by Limbic~Region (Chancellor) on Jan 13, 2005 at 20:41 UTC | |
by Mago (Parson) on Jan 13, 2005 at 20:49 UTC |