in reply to trouble getting complex File::Find::Rule search working
File::Find::Rule->name( qr/$thisscalar/ )->or( File::Find::Rule->name( qr/fixedstring1/ ), File::Find::Rule->name( qr/fixedstring2/ ), );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: trouble getting complex File::Find::Rule search working (simpler)
by tye (Sage) on Apr 22, 2008 at 05:03 UTC | |
|
Re^2: trouble getting complex File::Find::Rule search working
by vatheck (Novice) on Apr 22, 2008 at 03:05 UTC |