You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the original file (graphviz.pl) uses programming with side effects (failure driven loop in particular) to write to a file, the modified version that passes string around fails.
One idea to fix it is using assertz and retract instead of file IO.