You could get a hold of Advanced Perl Programming which has
chapters devoted to XS and Perl internals but your best bet
would be to read the perldoc on XS (perldoc perlxs) and also
to read modules on CPAN (http://www.cpan.org)

Most anything that you could concieve doing has already been
done and modularised on CPAN.  Check it out.

andy

On Wed, 23 Feb 2005 21:37:01 +0100, Tommy Nordgren wrote:

> 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.)
> My OS is Mac OS X
> "Home is not where you are born, but where your heart finds peace" -
> Tommy Nordgren, "The dying old crone"

Reply via email to