in reply to File::Find Problem

Alternate solution:

find( sub { -f && ($master{$_} = $File::Find::name) }, $confDir);