Help for this page

Select Code to Download


  1. or download this
    HV *
    Perl_newHV(pTHX)
    ...
        (void)hv_iterinit(hv);      /* so each() will start off right */
        return hv;
    }
    
  2. or download this
    STATIC void
    S_more_he(pTHX)
    ...
        }
        HeNEXT(he) = 0;
    }