in reply to XS Storing AV in HV entry
AV * array = newAV(); HV * hash = newHV(); // use AV_store() to put something in the array HV_store(hash, "key3", 4, newRV_inc((SV *) array), 0);
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: XS Storing AV in HV entry
by Elian (Parson) on Apr 04, 2003 at 20:37 UTC |