Help for this page

Select Code to Download


  1. or download this
    {
      'Context' => '^interface',
    ...
        'description'
      ]
    };
    
  2. or download this
    sub getDeep { 
    
    ...
        return $hash; 
    }
    
  3. 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"