Will Coleda wrote:

The short-term hack for accessing the low-level PMC within the object is to grab the proxy object for that parent:

  $P4 = getattribute $P3, ['String'], 'proxy'
  $P4 = 'urk'

urk indeed. Yah, I wouldn't have gotten that from reading PDD15.

It's not part of the spec, and will go away after PDD 17 comes through. But, it works for now, and we can grep for it later to replace with real super behavior.

Allison

Reply via email to