Help for this page

Select Code to Download


  1. or download this
       while ((PL_op = CALL_FPTR(PL_op->op_ppaddr)(aTHX))) {
           PERL_ASYNC_CHECK();
       }
    
  2. or download this
       while ((PL_op = CALL_FPTR(PL_op->op_ppaddr)(aTHX))) {}