Help for this page

Select Code to Download


  1. or download this
    {
    const char *args[] = { "", "-ew", "0" };
    ...
    perl_free(my_perl);
    PERL_SYS_TERM();
    }
    
  2. or download this
    newXS("boot_Clock", functionPointerToEXTERN_C_boot_Clock, __FILE__);
    eval_pv("boot_Clock", true);