Which will return a list of all the files with the .java extension in the given directory and all of it's subdirectories.use File::Find::Rule; my @files = File::Find::Rule->file() ->name('*.java') ->in('your/dir/here');
_________
broquaint
In reply to Re: Re^2: globing directory names with spaces
by broquaint
in thread globing directory names with spaces
by abhishes
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |