Installation of Perl
Prepare Perl for compilation:
./configure.gnu --prefix=/usr
If you want more control over the way Perl sets itself up to be
built, you can run the interactive Configure script
instead and modify the way Perl is built. If you think you can live with the
(sensible) defaults Perl auto-detects, then just use the command listed
above.
Compile the package:
make
Test the results:
make test
And install the package:
make install