# Galic is the name of the tool which runs the flows my $cmd = "Galic --path ./path/to/project --run --wait"; system($cmd); print("Done");