ePages 6.17.52 - DE_EPAGES/Core/API/Program/graphviz.pm

Package DE_EPAGES::Core::API::Program::graphviz

Program interface for graphviz (http://www.graphviz.org)

Functions

command
dot
neato

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
$Command (string)
executable command

dot

Returns the executable "dot" command.

Syntax
$Command = $Program->dot;
Return
$Command (string)
executable command

neato

Returns the executable "neato" command.

Syntax
$Command = $Program->neato;
Return
$Command (string)
executable command