Package DE_EPAGES::Core::API::Program::graphviz
Program interface for graphviz (http://www.graphviz.org)
Functions
command
Returns the executable "dot" command.
Syntax |
$Command = $Program->command; |
Example |
SystemCommand( [ $Program->command, '-e', 'print "1+2"' ] ); $Output = SystemCommand( '"'.$Program->command.'" -v', { Capture => 1 } ); |
Return |
|
dot
Returns the executable "dot" command.
Syntax |
$Command = $Program->dot; |
Return |
|
neato
Returns the executable "neato" command.
Syntax |
$Command = $Program->neato; |
Return |
|