Help for this page

Select Code to Download


  1. or download this
    CONFIG_PM=-MConfig
    PRIVLIB=`$(PERL) $(CONFIG_PM) -e 'print $$Config{privlibexp}'`
    ...
    perlxsi.c:
        $(XS_INIT)
    
  2. or download this
    #include <EXTERN.h>
    #include <perl.h>
    ...
        /* DynaLoader is a special case */
        newXS("DynaLoader::boot_DynaLoader", boot_DynaLoader, file);
    }