Help for this page

Select Code to Download


  1. or download this
            for (i = 0; i < n; i++) {
                HE *he = hv_iternext (hv);
    
                STRLEN key_len;
    >>>         char *key = HePV (he, key_len);