Skip to content

Commit db1abc9

Browse files
committed
docs
1 parent b75a84c commit db1abc9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

MILESTONES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ The following areas are currently under active development to enhance the functi
327327
- Add pack format `x`.
328328
- Add `do filehandle`.
329329
- Add module `Storable`.
330+
- Dereferencing using `$$var{...}` and `$$var[...]` works.
330331
- Bugfix in regex `/r`.
331332
- Bugfix in transliterate with octal values.
332333
- Bugfix in nested heredocs.

docs/FEATURE_MATRIX.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ my @copy = @{$z}; # ERROR
207207
-**`scalar`**: Operator to get scalar value is not implemented.
208208
-**Array dereference**: Dereferencing arrays using `@$x`.
209209
-**Hash dereference**: Dereferencing hashes using `%$x`.
210+
-**Dereference with $$var{...}**: Dereferencing using `$$var{...}` and `$$var[...]` works.
210211
-**Basic Array Operations**: `push`, `unshift`, `pop`, `shift`, `splice`, `reverse` are implemented.
211212
-**Slices**: Array and Hash slices like `@array[2, 3]`, `@hash{"a", "b"}` and `%hash{"a", "b"}` are implemented.
212213
-**Array literals**: Array literals are supported.

0 commit comments

Comments
 (0)