The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
This example shows how one might create a new Python class in C++.
It defines a simple array class with bounds checking.  C++ exceptions
are raised for bounds violations.  These are then turned into Python
exceptions.