Help for this page

Select Code to Download


  1. or download this
    struct xpvhv {
        char *  xhv_array;  /* pointer to malloced string */
    ...
        PMOP    *xhv_pmroot;    /* list of pm's for this package */
        char    *xhv_name;  /* name, if a symbol table */
    };
    
  2. or download this
        register I32 newsize = oldsize * 2;