in reply to Re^4: How to import constants from another perl script
in thread How to import constants from another perl script
Of course you can't interpolate subroutine calls in double quoted strings... which is a clear disadvantage if constant. But Readonly, OTH, is slow (because it relies on tied magic), and may occasionally cause other strangeness (for an example, see runtime problem; elusive error).
|
|---|