Questions about this topic? Sign up to ask in the talk tab.
Difference between revisions of "Perl/Basics/Development environment/Linux & Unix"
From NetSec
Chantal21I (Talk | contribs) |
|||
Line 1: | Line 1: | ||
+ | <noinclude>:<font size="-2">[[Perl]] > [[Perl/Basics|Basics]] > [[Perl/Basics/Development environment|Development environment]] > [[Perl/Basics/Development environment/Linux & Unix|Linux & Unix]]</font></noinclude> | ||
+ | |||
On most distributions, perl and cpan come bundled by default. In the case it is not, a simple apt-get, emerge, yum install, pacman, or any other package manager should install it quickly. You can determine if perl is installed by typing `which perl' at the bash command line. If a filename is returned, you're good to go. | On most distributions, perl and cpan come bundled by default. In the case it is not, a simple apt-get, emerge, yum install, pacman, or any other package manager should install it quickly. You can determine if perl is installed by typing `which perl' at the bash command line. If a filename is returned, you're good to go. |
Latest revision as of 07:10, 19 July 2012
- Perl > Basics > Development environment > Linux & Unix
On most distributions, perl and cpan come bundled by default. In the case it is not, a simple apt-get, emerge, yum install, pacman, or any other package manager should install it quickly. You can determine if perl is installed by typing `which perl' at the bash command line. If a filename is returned, you're good to go.