I have to write a state machine in Perl. I tried using SMC but it does not have AppClass_sm for Perl.I have not been able to get any feedback from anywhere on how to tackle this.
Is there something similar to SMC or should I try using DFA : StateMap class. I have to read and understand it though before I can determine if it will help.
Any inputs appreciated
I have to write a state machine in Perl. I tried using SMC but
Share
I contacted the developers of SMC. He explained that I needed to run the makefile in the examples directory to create the Appclass_sm module. This resolved the issue.