Install Perl to prepare for compiling Perl:
./configure.gnu --Prefix = / usr -dpager = "/ bin / less -ism"
If you want to control the Perl settings, you can run the Configure script that interacts to change some default configurations. If you can accept the auto configuration of Perl (very sensible), use the above command.
The configuration parameters mean:
-Dpager = "/ bin / less": Correct an error when the Perldoc code calls the LESS program.
Compile package:
Make
Make test
Install the package:
Make Install