Hi all,
I would like to make my XSUBS callable in an OO style for various reasons (mostly because of namespace). Do I just make my C XSUBS take a hash reference as the first argument? Then can I just do the same as I would in perl - i.e. store 'class' stuff in the hash?
Thanks, Tim