in reply to array slice?

aah, I begin to see. After a lookaround, I found some info in perlsub: I see my question is a variant of

my($key, $value) = @_;

(copy a subroutines' parameters into named variables)

I guess this is clear enough... my fud was because my legacy code was dealing with just one parameter, making the code look a bit strange to me, is all