tools:perl
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tools:perl [2024/06/03 02:53] – Humphrey Boa-Gart | tools:perl [2024/08/06 05:48] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 11: | Line 11: | ||
Some of the tools the Insurgency uses, such as mt_pulse.pl, | Some of the tools the Insurgency uses, such as mt_pulse.pl, | ||
- | {{tag> | + | ===== 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.1717383224.txt.gz · Last modified: (external edit)
Find this page online at: https://bestpoint.institute/tools/perl
Find this page online at: https://bestpoint.institute/tools/perl