How to interface c++ and perl using XS? – Artificial Intelligence
This is a school thing. Here's the problem: We're working on a Bomberman clone, and we have to implement a scripting interface, allowing the user to make his own "artificial intelligence". We chose to use Perl. Right now, I build…