3199acbf38
scheduled update of net/p5-SOAP-Lite. Since 1.14 multiple constants are allowed. This pragma allows constants to be declared 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.
6 lines
298 B
Text
6 lines
298 B
Text
This pragma allows constants to be declared 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.
|