Help for this page

Select Code to Download


  1. or download this
    #define SvMAGICAL(sv) (SvFLAGS(sv) & (SVs_GMG|SVs_SMG|SVs_RMG))
    
  2. or download this
    #define SVs_GMG     0x00002000  /* has magical get method */
    #define SVs_SMG     0x00004000  /* has magical set method */
    #define SVs_RMG     0x00008000  /* has random magical methods */