We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06cc538 commit 73560ddCopy full SHA for 73560dd
pod/perlintro.pod
@@ -248,8 +248,8 @@ To get at hash elements:
248
You can get at lists of keys and values with C<keys()> and
249
C<values()>.
250
251
- my @fruits = keys %fruit_colors;
252
- my @colors = values %fruit_colors;
+ my @fruits = keys %fruit_color;
+ my @colors = values %fruit_color;
253
254
Hashes have no particular internal order, though you can sort the keys
255
and loop through them.
0 commit comments