in reply to Re^3: How to import constants from another perl script
in thread How to import constants from another perl script
and that's the reason I prefer Readonly instead. The constants end up being perl variables that you can't change. I find $SomeConstant more obvious than SomeConstant().
... but maybe that's just me.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: How to import constants from another perl script
by Anonymous Monk on Nov 01, 2010 at 14:24 UTC |