Questions about this topic? Sign up to ask in the talk tab.
Perl/Basics/Development environment/Linux & Unix
From NetSec
Revision as of 07:10, 19 July 2012 by Chantal21I (Talk | contribs)
- 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.