Re: dereferencing an object

2016-11-07 Thread Uri Guttman
On 11/07/2016 10:55 PM, derr...@thecopes.me wrote: I have an object that I am receiving from LWP::UserAgent::Post that looks like the below, there is more but this is the important part. Am I correct in saying this is an array of hashes in a hash? I want to get some of the values of the 0 eleme

dereferencing an object

2016-11-07 Thread derrick
I have an object that I am receiving from LWP::UserAgent::Post that looks like the below, there is more but this is the important part. Am I correct in saying this is an array of hashes in a hash? I want to get some of the values of the 0 element of 'items'. I tried $$hash_ref{'items'}[0]{'conte