# For example while (my $el = pop @els){ # Body of loop } # Is it equivelant to this? { my $el = pop @els; { # Body of loop } } # Or this? { my $el = pop @els; # Body of loop }
In reply to Re: Perl 6 will make amends (was:Perl's Bad Ideas)
by shotgunefx
in thread Perl's Bad Ideas
by japhy
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |