If I have stored an array reference in a structure, and then add values to the array (suppose the array has to be 'moved' in memory to expand for the additional values), will the array reference be automatically updated in my structure, or will I need to do that manually?
Thank you for the answer! In C, I can look at the assembly code to determine what the compiled code is doing, but I don't have the luxury of doing that with Perl and I'm not experienced enough to have built up the experience required to have a better understanding of how things work in Perl.