Finds a Perl interpreter. Perl is a general-purpose, interpreted, dynamic programming language.
This module defines the following variables:
Perl_FOUNDTrue if the Perl executable was found. For backward compatibility, the
PERL_FOUND variable is also set to the same value.
PERL_VERSION_STRINGThe version of Perl found.
The following cache variables may also be set:
PERL_EXECUTABLEFull path to the perl executable.
Finding the Perl interpreter:
find_package(Perl)