Help for this page
$hash{'nodes'} = { "test_one" => [ "state_one", "foo", "bar" ], ... $checkstate = $hash{'nodes'}{$nodekey}[0]; print "state of $nodekey = $checkstate\n"; }