in reply to Passing arguments to File::Find
use File::Find; find({ wanted => \&process, follow => 1 }, '.');
Note the { }.
/J
${$_[0]}{foo} [download]