- or download this
sub Func1 {
do we have a num_var;
...
}
Func1($num_var, $name_var, %params);
- or download this
Func1 {
is number of args correct?
...
other code
}
- or download this
sub CheckArgs {
...
other code
}
- 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);
}