Skip to content

Commit e5d4cfb

Browse files
committed
forgot to remove old example
1 parent 0feafb2 commit e5d4cfb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doc/Type/Hash.pod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ Hashes are usually stored in variables with the percent C<%> sigil.
1414
1515
Hash elements are accessed by key via the C<{ }> postcircumfix operator:
1616
17-
my $home = %*ENV{'HOME'};
1817
dd %*ENV{'HOME', 'PATH'};
1918
# OUTPUT«("/home/camelia", "/usr/bin:/sbin:/bin")␤»
2019

0 commit comments

Comments
 (0)