in reply to search all folder except certain folders
and pass that code reference under the hash key preprocess as the first parameter to find. I believe this should do what you want. I hope this helps..sub filter { return (grep !/winnt/i, @_); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: search all folder except certain folders
by kirk123 (Beadle) on Apr 21, 2003 at 23:45 UTC |