in reply to Re: trouble getting complex File::Find::Rule search working
in thread trouble getting complex File::Find::Rule search working

The docs imply that this simpler method would also work:

File::Find::Rule->name( qr/$thisscalar/, )->name( qr/fixedstring1/, qr/fixedstring2/, );

I didn't test it since it wasn't installed here and I find it very unlikely that I'll ever have a use for it. :)

- tye        

  • Comment on Re^2: trouble getting complex File::Find::Rule search working (simpler)
  • Download Code