Help for this page

Select Code to Download


  1. or download this
    SV = PVMG(0x2e04558) at 0x3dce60
      REFCNT = 1
    ...
          RV = 0x26ad20
          SV = PVHV(0x25c8e0) at 0x26ad20
            ...
    
  2. or download this
    SV = PVMG(0x2e04558) at 0x3dce60
      REFCNT = 2
    ...
          RV = 0x26ad20
          SV = PVHV(0x25c8e0) at 0x26ad20
            ...
    
  3. or download this
        SvMAGICAL_off(sv);
        SvREADONLY_off(sv);
    ...
            /* No public flags are set, so promote any private flags to pu
    +blic.  */
            SvFLAGS(sv) |= (SvFLAGS(sv) & (SVp_IOK|SVp_NOK|SVp_POK)) >> PR
    +IVSHIFT;
        }