On Jul 23, 2005, at 23:14, Will Coleda (via RT) wrote:


With a check first to see if the pmc/object that was passed
implemented a "dump" method.

The opcode C<does> does exist, as well as interface names like 'hash' or 'array'.

 new P0, .Hash
 does I0, P0, 'hash'
 print I0

See also

perldoc  build_tools/pmc2c.pl
/does

leo

Reply via email to