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


in reply to Re: Convert string to hash
in thread Convert string to hash

worked
%temp = %$value;
how can i make this work (dont work)
$certname = $value->{'certname'}; $temp{$certname} = %$value;
i lose the %$value