sv_bless
sv_bless is interesting
SVt_PVIO is the built-in I/O type (filehandle)
Symbol tables are refcounted like everything else
PL_sv_objcount is used to help free memory
SVt_PVMG is type flag for blessed scalars
SvAMAGIC indicates "magical overloaded methods"
< Objects
Magic >
Table of Contents
|
Page 45
YAPC 19101
, June 2001
Perl 5 Internals
Simon Cozens