On Fri, Oct 04, 2002 at 12:42:52PM -0400, Erik Lechak wrote: > > Is there a document out there that describes the genclass.pl script, > Vtable.pm and how pmc files become C files?
classes/pmc2c.pl has documentation for the last. perldoc -F classes/pmc2c.pl > If I wanted to write a section on creating a new pmc, what is the > simplest one to show? Is there the equivalent to a hello world pmc? perlint.pmc is probably the closest. Although you might want a "hello worlds" too -- aggregates are fairly different.