Help for this page

Select Code to Download


  1. or download this
    int
    Perl_runops_standard(pTHX)
    ...
        TAINT_NOT;
        return 0;
    }
    
  2. or download this
    PP(pp_cond_expr)
    {
    ...
        else
        RETURNOP(cLOGOP->op_next);
    }
    
  3. or download this
    PP(pp_unstack)
    {
    ...
        }
        return NORMAL;
    }