- or download this
{
'Context' => '^interface',
...
'description'
]
};
- or download this
sub getDeep {
...
return $hash;
}
- or download this
interface XYZ
given param1 -> child of "interface XYZ"
...
given param2.1 -> child of "given param2"
given param2.2 -> child of "given param2"
given param3 -> child of "interface XYZ"