The variable $^X holds that information.
$ perl -le 'print $^X' /usr/bin/perl [download]
See perlvar
In reply to Re: path to perl interpreter by rnahi in thread path to perl interpreter by rkillera