I advise you not to use the "constant" module for this reason. It comes up in other places as well (double-quoted strings, for example) and forces you to think of these contants as subroutine calls rather than constant values. You're better off just using global variables for them instead.