Could the problem be the naming of the argument(class), try another one e.g. foo.


Tom


<snipp>
SV*
my_init(SV* class)
    CODE:

      RETVAL = newSViv(1);              /* return 1 for ok */
    OUTPUT:
      RETVAL


<snipp>

Reply via email to