This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #113684] Document actual prec of loop exits
authorFather Chrysostomos <sprout@cpan.org>
Fri, 27 Jul 2012 17:46:26 +0000 (10:46 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 27 Jul 2012 17:51:04 +0000 (10:51 -0700)
commit2ba1f20ac3ac18b441a222cea2b0bbf6f3588c7d
tree65b642b8cfec178f82d9dbcb8cc62a9d88e9b6b6
parente52de15a297bcbe6fac509aef6b35095923fa7d0
[perl #113684] Document actual prec of loop exits

These have always* had assignment precedence, such that

$a = goto $b = $c

is equivalent to

$a = (goto ($b = $c))

* I haven’t checked before perl 5.
pod/perlcheat.pod
pod/perlfunc.pod
pod/perlop.pod