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


in reply to Re: Command output into a hash of hash
in thread Command output into a hash of hash

yes I know how to create a hash of hashes I need to parse the command returned output and place that into a hash of hashes

while(<CMD>) { ... build my hash ... }