perl-constant 1.33
Channel: guix
Home page: https://metacpan.org/release/constant
Licenses: GPL 1+
Synopsis: Perl pragma to declare constants
Description:
This pragma allows you to declare constants at compile-time. When a constant is used in an expression, Perl replaces it with its value at compile time, and may then optimize the expression further. In particular, any code in an if (CONSTANT)
block will be optimized away if the constant is false.
Total results: 1