in reply to Re: Re: go through directories recursively
in thread go through directories recursively

danield, it's worth persevering with the File::Find::Rule install. So much easier than the opendir route. If you have root, it's no harder than:

perl -MCPAN -e 'install File::Find::Rule';
-- vek --