Questions about this topic? Sign up to ask in the talk tab.
Perl/Basics/Development environment/Linux & Unix
From NetSec
(Redirected from Unix perl environment)
- 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.