This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
key/value hash slice operation
authorRuslan Zakirov <ruz@bestpractical.com>
Wed, 27 Feb 2013 15:39:39 +0000 (19:39 +0400)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 13 Sep 2013 08:25:34 +0000 (01:25 -0700)
commit5cae3edb76796fced1e703fcf4357364c5ddd9b7
treefaa8797522872430c4bca7c56c0177c6d69cce87
parent408dc2ec1c7e0bb6d22bd96e6ffe02473c573470
key/value hash slice operation

kvhslice operator that implements %h{1,2,3,4} syntax which
returns list of key value pairs rather than just values
(regular slices).
dist/B-Deparse/Deparse.pm
op.c
opcode.h
opnames.h
perly.act
perly.h
perly.tab
perly.y
pp.c
pp_proto.h
regen/opcodes