Front page | perl.perl5.porters |
Postings from September 2014
What is value magic?
Thread Next
From:
Father Chrysostomos
Date:
September 24, 2014 08:14
Subject:
What is value magic?
Message ID:
20140924081427.7943.qmail@lists-nntp.develooper.com
Does anybody know offhand what value magic means and what this code
in mg_set:
if (PL_localizing == 2
&& PERL_MAGIC_TYPE_IS_VALUE_MAGIC(mg->mg_type))
continue;
and this code in mg_localize:
if (PERL_MAGIC_TYPE_IS_VALUE_MAGIC(mg->mg_type))
continue;
do? (So I don't have to read the code and figure it out. :-)
Thread Next
-
What is value magic?
by Father Chrysostomos