in reply to File::Find on Win32 - basic problem/question

I think you are missing an "_" (Underscore).
Your line should read:
File::Find::find( {wanted => \&wanted}, 'C:/' ) || die "Can't search + for file: $_" ;