in reply to Re: Convert string to hash
in thread Convert string to hash
foreach my $value (values $jsonhash{results} ) { $temp{$value->{'certname'}} = \%$value; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Convert string to hash
by AppleFritter (Vicar) on Mar 27, 2017 at 18:22 UTC | |
|
Re^3: Convert string to hash
by 1nickt (Canon) on Mar 27, 2017 at 18:21 UTC |