sub seperate_data {
This will give you an array of arrays.push(@{$arrays}, [split(/ /,$data[$a])]); }
Update: How could I miss the brackets? Thanks gjb for showing it.
Update 2 (see below):$array->[0][0] being the first element of your first array and $array->[1][0] being the first element of your second array...
In reply to Re: incrementing array name
by Skeeve
in thread incrementing array name
by Lhamo_rin
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |