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