Sergey Skvortsov <[EMAIL PROTECTED]> writes: >Hi. > >Can I use: >* IVX, NVX fields in AV >* NVX field in HV >for own purposes without any conflicts in the future? > >(Like mg_private in struct magic and so on).
Which hints at the right way to do things - add a PERL_MAGIC_ext record to the thing and put you data in (or pointed to by) that.