http://www.perlmonks.org?node_id=1024064


in reply to Re^5: Returning hash reference from a sub
in thread Returning hash reference from a sub

I know, wish it could be return as:
$VAR1 = { 'names' => 'mary'}, { 'names' => 'john'}, { 'names' => 'Doe'}, { 'names => ''} ;
}, {