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


in reply to Command output into a hash of hash

'LUN 120 DB' => [ {CloneID=>0100000000000000, CloneState=>Consistent, etc...}, {CloneID=>0300000000000000, CloneState=>Consistent, etc...}, ]

Replies are listed 'Best First'.
Re^2: Command output into a hash of hash
by mrras25 (Acolyte) on Nov 20, 2009 at 00:34 UTC

    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 ... }