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.

Badge code

You can use the following badge to inform users of perl about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/perl'><img src='https://packages.guix.gnu.org/packages/perl/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/perl/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/perl)

Example Org:

[[https://packages.guix.gnu.org/packages/perl][https://packages.guix.gnu.org/packages/perl/badges/latest-version.svg]]