perl-switch 2.17
Switch statement for Perl
Switch is a Perl module which implements a generalized case mechanism. The module augments the standard Perl syntax with two new statements: switch
and case
.
- Website: https://metacpan.org/release/Switch
- Licenses: GPL 1+
- Package source: gnu/packages/perl.scm
- Builds: See build status
- Issues: See known issues
Installation
Install perl-switch 2.17
as follows:
guix install perl-switch@2.17
Or install the latest version:
guix install perl-switch
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.