if (@events = grep /$event/, @{ $region_of_state{$region_of_state}}) {
to:
if (@events = grep { $_ eq $event } @{ $region_of_state{$region_of_sta +te} }) {
In reply to Re: matching whole words only
by toolic
in thread matching whole words only
by dirtdog
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |