Hello Guys,
Ok i'm trying (unsuccesfully as you can tell by the error message) to push 1 element of an array of hashes into a seperate array.
here's the code..
is there an easy way of doing this - converting an array of hashes to an array of single scalars choosing which element of the hash to use?
thanks 1DMF
Ok i'm trying (unsuccesfully as you can tell by the error message) to push 1 element of an array of hashes into a seperate array.
here's the code..
Code:
push my @lterm, @rs->{'Term'};
is there an easy way of doing this - converting an array of hashes to an array of single scalars choosing which element of the hash to use?
thanks 1DMF