The Perl package contains the Practical Extraction and Report Language.
To have full control over the way Perl is set up, run the interactive Configure script and hand-pick the way this package is built. If the defaults it auto-detects are suitable, prepare Perl for compilation with:
./configure.gnu --prefix=/usr -Dpager="/bin/less -isR"
The meaning of the configure options:
This corrects an error in the way that perldoc invokes the less program.
Compile the package:
make
To run the test suite, first create a basic /etc/hosts file which is needed by a couple of the tests to resolve the network name localhost:
echo "127.0.0.1 localhost $(hostname)" > /etc/hosts
Now run the tests, if desired:
make test
Install the package:
make install