in reply to Re: Re: Behavior of compile-time constants?
in thread Behavior of compile-time constants?

I wouldn't worry about the overhead of 70 lines of code and one function call per constant, unless you're writing a very very small program. If the manpage syntax is really a problem, why not use a skinny comma?
use constant 'FOO', 2;