This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
List assignment to lexical scalar refs
authorFather Chrysostomos <sprout@cpan.org>
Thu, 25 Sep 2014 15:19:13 +0000 (08:19 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 11 Oct 2014 04:56:35 +0000 (21:56 -0700)
commitc146a62a4cab49a74d6cee4acf18e3ec9b40ee60
tree24bcd3deeff2392e103f8baa58655d1312c3a6aa
parentb7ae253e76cba86199de07716b73ab1238d0b134
List assignment to lexical scalar refs

\($x,$y)=... does not work yet, but \(my $x) and (\$x, \$y) do.
lib/B/Op_private.pm
mg.c
op.c
opcode.h
pp.c
regen/op_private
t/op/lvref.t