orforeach my $var (@array) { my $other_var = .... etc. }
my $other_var; foreach my $var (@array) { $other_var = .... etc. }
In reply to Re: Re: Simple question about foreach and my.
by voyager
in thread Simple question about foreach and my.
by Xxaxx
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |