Hi all,
I'm using perl 5.8.4 on solaris with OS 5.10.
I wrote the simplest C++ class (only has one method that returns the number 23).
created the .xs file using h2xs and updated the Makefile.PL according, created the Makefile, compiled my files, installed the new created module and I'm getting :
"Can't locate TamarLog.pm in..."
Does someone have any experience with similar situations?