Help for this page

Select Code to Download


  1. or download this
    xs_init(pTHX) { 
    char *file = __FILE__; 
    ...
    newXS("Filter::Util::Call::bootstrap",
           boot_Filter__Util__Call,file); 
    }
    
  2. or download this
    PerlInterpreter *my_perl; 
    #allocate memory for my_perl, construct my_perl, system initialization
    + 
    ... 
    perl_parse(my_perl, xs_init, argc, args, loc_environ);