p4raw-id: //depot/perl@23047
CVf_METHOD CVf_LOCKED CVf_LVALUE CVf_ASSERTION
PMf_KEEP PMf_GLOBAL PMf_CONTINUE PMf_EVAL PMf_ONCE PMf_SKIPWHITE
PMf_MULTILINE PMf_SINGLELINE PMf_FOLD PMf_EXTENDED);
-$VERSION = 0.67;
+$VERSION = 0.68;
use strict;
use vars qw/$AUTOLOAD/;
use warnings ();
$x=1 for @a;
>>>>
my($x, @a);
-foreach $_ (@a) {
- $x = 1;
-}
+$x = 1 foreach (@a);
####
# 19
for (my $i = 0; $i < 2;) {