Better use foreach instead of for, when you iterate over an array.foreach (@{$self->{_words}}) { foreach my $curr (@{$_->pass_matches}) { # ... } }
In reply to Re: Tidying up some dereferencing code
by uwevoelker
in thread Tidying up some dereferencing code
by Basilides
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |