in reply to Re: How do I
in thread Looping over parts of an array
That is exactly what I was thinking of except for the last part where I would have done:
- tye (but my friends call me "Tye")foreach ( @array[ @{$ranges{$page}} ] ) { print $_, "\n"; }
|
|---|