in reply to path to perl interpreter
The variable $^X holds that information.
$ perl -le 'print $^X' /usr/bin/perl [download]
See perlvar