find( { preprocess => sub { my @foo = grep { ! /^_whatever/ } @_; @foo; }, wanted => \&wanted, }, 'rhebarb' );