Help for this page

Select Code to Download


  1. or download this
    PP(pp_repeat)
    {
    ...
        RETURN;
      }
    }
    
  2. or download this
    OP *
    Perl_ck_repeat(pTHX_ OP *o)
    ...
            scalar(o);
        return o;
    }