This package browser is in early development. Mind the rough edges.

perl

Implementation of the Perl programming language

Perl is a general-purpose programming language originally developed for text manipulation and now used for a wide range of tasks including system administration, web development, network programming, GUI development, and more.

Installation

Install the latest version of perl as follows:

guix install perl

Or install a particular version:

guix install perl@5.14.4

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.