The variable $_ will contain the current file name.
The variable $File::Find::dir will contain the current path.
The variable $File::Find::file is the file name including the the path.
So maybe you want to change the print line to this:
print "Found file $_ in directory $File::Find::dir\n";