Help for this page

Select Code to Download


  1. or download this
    sub Func1 {
        do we have a num_var;
    ...
    }
    
    Func1($num_var, $name_var, %params);
    
  2. or download this
    Func1 {
        is number of args correct?
    ...
    
        other code
    }
    
  3. or download this
    
    sub CheckArgs {
    ...
    
        other code
    }
    
  4. or download this
    sub add_output {
        #Create an unconnected named output
    ...
        #An update to the layout is required
        $graph->set_graph_attribute("update_layout", 1);
    }