sub search_localdir { chomp($FILE_TO_FIND); if ($FILE_TO_FIND eq $_){ print "SRC:$FILE_TO_FIND\nDES:$_\n"; return $File::Find::name; } return 0; }