-
Notifications
You must be signed in to change notification settings - Fork 561
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
perlsyn.pod and continue blocks with foreach #126
Comments
From desar@club-internet.fr The following compound statements may be used to control if (EXPR) BLOCK which seems to say you cannot write statements such LABEL foreach VAR (LIST) BLOCK continue BLOCK although it seems to work perfectly: my $i=100; compiles and correctly outputs 1 Is it an 'accidental' feature (I find *very* useful) or a missing line in perlsyn.pod ? -- This is perl, version 5.005_03 built for i686-linux-thread Copyright 1987-1999, Larry Wall Perl may be copied only under the terms of either the Artistic License or the Complete documentation for Perl, including FAQ lists, should be found on [root@fdesar /root]# perl -V Characteristics of this binary (from libperl): Membre de l'ACM <http://www.acm.org> |
From [Unknown Contact. See original ticket]fixed in perl-current |
From The RT System itselffixed in perl-current |
Migrated from rt.perl.org#930 (status was 'resolved')
Searchable as RT930$
The text was updated successfully, but these errors were encountered: