Help for this page

Select Code to Download


  1. or download this
    #define LVRET ((PL_op->op_private & OPpMAYBE_LVSUB) && is_lvalue_sub()
    +)
    
  2. or download this
    I32
    
    1397 Perl_is_lvalue_sub(pTHX)
    ...
    1406         return 0;
    
    1407 }