Help for this page

Select Code to Download


  1. or download this
        thread->interp = perl_clone(aTHX, CLONEf_KEEP_PTR_TABLE | CLONEf_C
    +LONE_HOST);
    
  2. or download this
        PerlInterpreter *new_perl = perl_clone_using((PerlInterpreter*)aTH
    +X,
                             CLONEf_COPY_STACKS,
    ...
                             h->m_pHostperlSock,
                             h->m_pHostperlProc
                             );