P
Prabh
Hello all,
Just wanted to check if theres a 'case-insensitive' option while
searching for an element using File::Find. I'm going through the
module docs and cant see any mention to case-sensitivity.
I know I need to search for "foo", but dont know if its present as
"Foo" or "foo"....
For now, I'm using this very time-consuming cmd-line Unix find.
<%> find /home/abc123 | grep -i foo
Thanks for your time,
Prab
Just wanted to check if theres a 'case-insensitive' option while
searching for an element using File::Find. I'm going through the
module docs and cant see any mention to case-sensitivity.
I know I need to search for "foo", but dont know if its present as
"Foo" or "foo"....
For now, I'm using this very time-consuming cmd-line Unix find.
<%> find /home/abc123 | grep -i foo
Thanks for your time,
Prab