On 4/10/07, Ævar Arnfjörð Bjarmason <avarab@gmail.com> wrote: > also need some going over, and I have to look better at magic hashes > so that I can get %+ and %- to work properly like $1 et al. Note to self: it seems that these are implemented with the MGVTBL_SET macro in perl.h and functions in mg.c. For instance Perl_magic_setenv(pTHX_ SV *sv, MAGIC *mg). Study these.Thread Previous | Thread Next