http://qs321.pair.com?node_id=63141


in reply to how can I collect x many elements from an array?

Use an array slice.
($x,@y[0..32],$z) = function();

Replies are listed 'Best First'.
Re: Answer: how can I collect x many elements from an array?
by rfb (Sexton) on Mar 09, 2001 at 04:54 UTC
    slick,
    so that will work the other way around when I have to apply it back to pack?
    -rfb