×

This pragma allows you to declare constants at compile-time: use constant PI => 4 * atan2(1, 1); 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.

Uploaded Tue Apr 1 02:01:05 2025
md5 checksum afd0471e82775659baad2d37bffbb827
build 5
build_number 5
depends perl-amzn2-aarch64 5.16.3, perl-amzn2-aarch64 >=5.008, perl-carp-amzn2-aarch64 1.26
license GPL+ or Artistic
license_family GPL
md5 afd0471e82775659baad2d37bffbb827
name perl-constant-amzn2-aarch64
noarch generic
sha1 d165993339bd9cba61840fdf7dc40aeba6e88276
sha256 8b78ed83649fdc3bb9462c7600df2dc584d2c63f358acdd8173235c1e67aa67a
size 17759
subdir noarch
timestamp 1620061751954
version 1.27