in reply to Re: array/hash - reference and dereference
in thread array/hash - reference and dereference
take references to the elements of %ages and store them in @insert so that you can modify @insert via %ages.Yes, that is what I am looking for. Thank you very much. And yes, I will have problem on:
As I have to dereference them.$sqlquery->execute(@insert);
|
|---|