Letter P

perl-constant - Perl pragma to declare constants

Website: http://www.perl.org/
License: GPL+ or Artistic
Description:
This pragma allows you to declare constants at compile-time.
When you declare a constant such as PI using the method shown above, each machine your
script runs upon can have as many digits of accuracy as it can use. Also, your program
will be easier to read, more likely to be maintained (and maintained correctly),
and far less likely to send a space probe to the wrong planet because nobody noticed
the one equation in which you wrote 3.14195.
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.

Packages

perl-constant-1.20-4m.mo7.noarch [31 KiB] Changelog by Yohsuke Ooi (2011-01-14):
- (6:5.12.1-4m)
- [SECURITY] CVE-2010-2761 CVE-2010-4410
- update CGI.pm to 3.50 by applying patch

Listing created by Repoview-0.6.5-2m.mo7