Example #2 README

This is an example of how to include a statically linked extension into our proggie, with automatic bootstrap of the extension from within C space - so that Perl space user scripts don't have to explicitly `use' the extension, which they'd always have to otherwise, as long as they'd be intended to run in our custom embedded interpreter.

Also note that there's a Perl-space global named variable being initialized to hold the pointer to a C++ object - even before the user script is run.

References & credits: