Help for this page

Select Code to Download


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