If you mean perl, yes it does exist as an executable. When I type perl -v it comes back with the version number of perl installed.
Yes, but does it exist at the exact location specified by the shebang?
when you type perl -v you're merely proving perl exists in your PATH, but not where it exists.
