Estimated build time: 6 minutes Estimated required disk space: 35 MB |
Install Perl by running the following commands:
./configure.gnu --prefix=/usr && make && make install |
If you want more control over the way perl sets itself up to be build, you can run the interactive Configure script and modify the way perl is built. If you think you can live with the (sensible) defaults perl auto-detects, then just use the commands listed above.
a2p, c2ph, dprofpp, find2perl, h2ph, h2xs, perl, perl5.6.1, perlbug, perlcc, perldoc, pl2pm, pod2html, pod2latex, pod2man, pod2text, pod2usage, podchecker, podselect, pstruct, s2p and splain
a2p is an awk to perl translator.
c2ph dumps C structures as generated from "cc -g -S" stabs.
dprofpp displays perl profile data.
find2perl translates find command lines to Perl code.
h2ph converts .h C header files to .ph Perl header files.
h2xs converts .h C header files to Perl extensions.
perl is the Practical Extraction and Report Language. It combines some of the best features of C, sed, awk, and sh into one powerful language.
perlbug helps to generate bug reports about perl or the modules that come with it, and mail them.
perlcc generates executables from Perl programs.
perldoc looks up a piece of documentation in .pod format that is embedded in the perl installation tree or in a perl script, and displays it via "pod2man | nroff -man | $PAGER".
pl2pm is a tool to aid in the conversion of Perl4-style .pl library files to Perl5-style library modules.
pod2html converts files from pod format to HTML format.
pod2latex converts files from pod format to LaTeX format.
pod2man converts pod data to formatted *roff input.
pod2text converts pod data to formatted ASCII text.
pos2usage prints usage messages from embedded pod docs in files.
podchecker checks the syntax of pod format documentation files.
podselect prints selected sections of pod documentation on standard output.
pstruct dumps C structures as generated from "cc -g -S" stabs.
s2p is a sed to perl translator.
splain is a program to force verbose warning diagnostics in perl.
Perl-5.6.1 needs the following to be installed:
bash: sh
binutils: ar, as, ld, nm
bison: bison
diffutils: cmp
fileutils: chmod, cp, ln, ls, mkdir, mv, rm, touch
gcc: gcc
grep: egrep, grep
groff: nroff
gzip: gzip
less: less
make: make
mawk: awk
sed: sed
sh-utils: basename, date, echo, expr, sleep, tee, test, true, uname
textutils: cat, comm, sort, split, tr, uniq, wc