well,that’s just a example, slice could contains single elements and range even like @bb1,3,-1 etc.IMHO, slice is an accessor of array. So I am really curious why Perl emphasize keys,each only work on array and hash except for slice.
Comment on Re^2: why each/keys/values can't work on slice?