Hi All,
I am hoping to use File::Find to run a simple recursive find routine on a directory structure for files that start with an underscore. I am used to using the find command in Unix which looks similar to find2perl in structure, but I have had no joy in converting this in Perl!
Can someone give me a few lines of code that emulate below?
use File::Find
$root ="point to start search from";
find "start point" "for these types of file" "output results to this file"
Cheers
Jimbo
I am hoping to use File::Find to run a simple recursive find routine on a directory structure for files that start with an underscore. I am used to using the find command in Unix which looks similar to find2perl in structure, but I have had no joy in converting this in Perl!
Can someone give me a few lines of code that emulate below?
use File::Find
$root ="point to start search from";
find "start point" "for these types of file" "output results to this file"
Cheers
Jimbo