i have an array of hashes like this
$VAR1 = [ { '201' => 'i', '101' => 'f', '41' => 't' } ] [download]
i have to fetch 41 from here. how can i do that??
In reply to problem with array of hashes by Priti24