On Wed, Feb 23, 2005 at 09:37:01PM +0100, Tommy Nordgren said: > I wan't to find recommendations on a suitable book about writing > External Perl Modules > In particular, I wan't to know how to do this in C++, with a lot of > static/global variables containing dynamically allocated memory > (std::map, std::vector, etc.)
Not sure how useful it is but this is an XS binding to a C++ library I wrote at work. The constant stuff is now, I believe, much easier. http://thegestalt.org/simon/perl/Reelmaker.xs http://thegestalt.org/simon/perl/Reelmaker.pm http://thegestalt.org/simon/perl/reelmaker.h Simon