in reply to Re^2: OO - inside-out or by means of a anonymous sub?
in thread OO - inside-out or by means of a anonymous sub?
I use the method you describe as well. However, I'm curious how you hide the constants from other packages. ("Those constants should not be visible outside of the package") It could be done if they were lexical variables, but there's no $ on your constants.