http://www.perlmonks.org?node_id=188461


in reply to Re: Coding problem
in thread Coding problem

maybe you'll want to say something like
(push(@found, $active) and last)if grep { /$searchWord/ } $newd;

Wow...thanks that saved me a lot of time...