# New Ticket Created by Will Coleda # Please include the string: [perl #47974] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=47974 >
From PDD17: =item inspect PMC* inspect(INTERP, PMC* self) Return a hash of all characteristics of the I<self> PMC available for introspection. PMC* inspect_str(INTERP, PMC* self, STRING* what) Return a PMC value for one characteristic of the I<self> PMC, selected by string name. Returns PMCNULL if the characteristic doesn't exist. <SNIP> If there is a list of valid characteristics that can be used here, it should be mentioned; If not, what's the point? -- Will "Coke" Coleda [EMAIL PROTECTED]