If I define a constant in a Perl module, how do I use that constant in my main program? (Or how do I call that constant in the main program?)
You might want to consider using Readonly instead of constant.