- or download this
~$ perl -E 'my @x=({uno=>'one'},{dos=>'two'},{tres=>'three'}); map {sa
+y} keys %$_ for @x'
- or download this
~$ perl -E 'my @x=({uno=>'one'},{dos=>'two'},{tres=>'three'}); say ke
+ys %$_ for @x'
- or download this
~$ perl -E 'my @x=({uno=>'one'},{dos=>'two'},{tres=>'three'}); say for
+ keys %$_ for @x'
syntax error at -e line 1, near "$_ for "