in reply to Re: incrementing array name
in thread incrementing array name
Close, but no cookie ;-) I think you want something like this:
since otherwise you'll end up with a long list rather than a list of lists.sub seperate_data { push(@{$arrays}, [split(/ /,$data[$a])]); }
Hope this helps, -gjb-
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: incrementing array name
by Lhamo_rin (Friar) on Jun 23, 2003 at 18:42 UTC | |
|
Re: Re: Re: incrementing array name
by Skeeve (Parson) on Jun 24, 2003 at 06:32 UTC |