in reply to how to alias a subset of an array

$B = sub { \@_ }->( @A[2..4] );

[ Oops, tye's answer wasn't there when I opened the page, but that was a while ago ]