Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
forgot to remove old example
  • Loading branch information
gfldex committed Jun 15, 2016
1 parent 0feafb2 commit e5d4cfb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doc/Type/Hash.pod
Expand Up @@ -14,7 +14,6 @@ Hashes are usually stored in variables with the percent C<%> sigil.
Hash elements are accessed by key via the C<{ }> postcircumfix operator:
my $home = %*ENV{'HOME'};
dd %*ENV{'HOME', 'PATH'};
# OUTPUT«("/home/camelia", "/usr/bin:/sbin:/bin")␤»
Expand Down

0 comments on commit e5d4cfb

Please sign in to comment.