http://qs1969.pair.com?node_id=509030

jithoosin has asked for the wisdom of the Perl Monks concerning the following question:

Hi monks,
I want to remove an element from a hash array , for eg:
'list' => { 'find' => [ { 'type' => 'error', 'column' => '106', }, { 'type' => 'warning', 'column' => '1', } ]
Could somebody help me how to remove the second array element . That is
{ 'type' => 'warning', 'column' => '1', }
should be removed.

Janitored: Copied ownership from non-anonymous reaped dup