Help for this page

Select Code to Download


  1. or download this
      ExtUtils::Constant::WriteConstants(
     NAME         => 'Package::Name',
    ...
      XS_FILE      => 'const-xs.inc',
     );
    
  2. or download this
        if (memEQ(name, "AWESOME_CONSTANT", 16)) {
    #ifdef AWESOME_CONSTANT                                               
    +                    
    ...
          return PERL_constant_ISIV;
    #else
          return PERL_constant_NOTDEF;