Questions about this topic? Sign up to ask in the talk tab.
Perl/Basics/Development environment/Linux & Unix
From NetSec
Revision as of 18:06, 14 July 2012 by Levi99Vmsb (Talk | contribs) (Created page with "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 i...")
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.