@slice = @{$array_ref}[ @idx ]; @slice = @{$hash_ref}{ @keys }; #### $scalar = {1, 'a', 2, 'b'}->{$key}; @slice = @{ { 1, 'a', 2, 'b' } }{ @keys };