tools:perl
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
tools:perl [2025/09/30 22:44] – external edit 127.0.0.1 | tools:perl [2025/10/12 10:53] (current) – Humphrey Boa-Gart | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | {{wst> | + | # |
- | + | ||
- | ====== Perl ====== | + | |
- | + | ||
- | Perl is a dynamic programming language created by Larry Wall and was first released in 1987. Perl borrows features from a variety of other languages including [[tools:c|C]], [[tools: | + | |
- | + | ||
- | Perl is usually good for searching for data and matching variables. Structurally, | + | |
- | + | ||
- | For moar info, see [[wp> | + | |
- | + | ||
- | Some of the tools the Insurgency uses, such as mt_pulse.pl, | + | |
- | + | ||
- | ===== How To Get Perl ===== | + | |
- | + | ||
- | ==== Windows ==== | + | |
- | + | ||
- | - Download the Strawberry Perl installer from [[https:// | + | |
- | - Run the program and follow the instructions | + | |
- | - Open Command prompt and run '' | + | |
- | + | ||
- | ==== Linux ==== | + | |
- | + | ||
- | On Ubuntu/ | + | |
- | + | ||
- | sudo apt-get install perl | + | |
- | + | ||
- | On Redhat/ | + | |
- | + | ||
- | yum install perl | + | |
- | + | ||
- | on SUSE: | + | |
- | + | ||
- | yast install perl | + | |
- | + | ||
- | on Arch Linux: | + | |
- | + | ||
- | pacman -S perl | + | |
- | + | ||
- | on Gentoo: | + | |
- | + | ||
- | emerge -av perl | + | |
- | + | ||
- | === Manual Install === | + | |
- | + | ||
- | i. Download Perl 5.13.1 from : | + | |
- | http:// | + | |
- | ii. Remove the old Perl from the system before building | + | |
- | # rm -rf / | + | |
- | p/s : Suggestion from jeremy | + | |
- | # mv / | + | |
- | + | ||
- | Installation: | + | |
- | + | ||
- | i. # tar xvzf stable.tar.gz | + | |
- | ii. # cd perl-5.13.1 | + | |
- | iii. For more information , # ./Configure --help | + | |
- | # ./Configure -de \ | + | |
- | | + | |
- | | + | |
- | | + | |
- | iv. # make | + | |
- | v. # make test | + | |
- | vi. # make install | + | |
- | + | ||
- | Post-Installation: | + | |
- | + | ||
- | i. # perl -MCPAN -e shell | + | |
- | Just Follow step by step. Use all the Default Answer. | + | |
- | ii. install Bundle:: | + | |
- | iii. install Bundle:: | + | |
- | iv. install Bundle:: | + | |
- | v. | + | |
- | + | ||
- | To test the install, run: | + | |
- | + | ||
- | perl -v | + | |
- | + | ||
- | Or: | + | |
- | + | ||
- | GET -ed www.yahoo.com | + | |
- | + | ||
- | ===== Learning Perl ===== | + | |
- | + | ||
- | Though there are several books available to someone wanting to learn Perl, O' | + | |
- | + | ||
- | It is available, along with the rest of O' | + | |
- | + | ||
- | {{tag> | + |
tools/perl.1759272268.txt.gz · Last modified: by 127.0.0.1
Find this page online at: https://bestpoint.institute/tools/perl
Find this page online at: https://bestpoint.institute/tools/perl