in reply to Re: How Constant pragma works with multi constants
in thread How Constant pragma works with multi constants
If it is making hash reference...
constant doesn't make a hash reference; the programmer does that. constant takes a hash reference as an argument and uses the data contained in the referent (the key/value pairs) to create constants (empty-prototyped functions). Again, see the source.
|
|---|