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.
Comment on
Re: Perl "Constants"
In Section
Seekers of Perl Wisdom