http://www.perlmonks.org?node_id=777731


in reply to Perl "Constants"

Forget the constant pragma. The minor speed difference over a variable isn't worth the bugs it causes when you accidentally use it in a context where it doesn't interpolate. Just use $SOME_CONSTANT instead.