Trying to make a perl wrapper for C++ ...fun.
Before I recode a header file I want to make sure that I can't have more than one Xsub in my .xs file with the same name. C handles this with no problems, don't think perl likes it much though.
Can I have more than one xsub with the same name with different parameters?