Help for this page

Select Code to Download


  1. or download this
    Can't locate object method "new" via package "ExtUtils::ParseXS" at si
    +te\lib\ExtUtils\xsubpp line 51.
    
  2. or download this
    
    sub MY::xs_c {
    ...
        $(PERLRUNINST) $(XSUBPP) $(XSPROTOARG) $(XSUBPPARGS) $*.xs >xstmp.
    +c && $(MV) xstmp.c $*.cpp
    ';
    }