Questions about this topic? Sign up to ask in the talk tab.

Difference between revisions of "Perl/Basics/Development environment/Linux & Unix"

From NetSec
Jump to: navigation, search
(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...")
(No difference)

Revision as of 19:06, 14 July 2012

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.