Example #1 README

This is an example Perl extension that creates, uses and destroys C++ structs - from within Perl space. A very basic example.

A pointer to an instance of a C++ object is stuffed into a Perl-space IV, and only manipulated using wrapper functions exported into Perl space that take this IV/pointer as their first argument.

References & credits: