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...
Comment on
Re: Re: Coding problem
Download
Code
In Section
Seekers of Perl Wisdom