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:

foreach ( @array[ @{$ranges{$page}} ] ) { print $_, "\n"; }

        - tye (but my friends call me "Tye")