in reply to Syntax for preventing repeat object initializations
That code simply increments a marker in that sub-hash. The key is the name of the current package (respecting inheritance). If _init() has already been called for the package, the key will already have been autovivified, and the value of the expression will be true.
Make sense?
|
|---|