struct STRUCT_SV {
void* sv_any; /* pointer to something */
U32 sv_refcnt; /* how many references to us */
U32 sv_flags; /* what we are */
};
|
< Perl Variables in C Reference Counts > Table of Contents | Page 14 |
YAPC 19101,
June 2001 Perl 5 Internals Simon Cozens |