sbmp111 has asked for the wisdom of the Perl Monks concerning the following question:

Hi All, How to generate UML Sequence diagram from perl of code? I know that UML::Sequence module is ther. I tried it., I am getting one or the other error. The code is complex. Please help!!!! Any ideas or help or suggestions would be appreciable!!!

Replies are listed 'Best First'.
Re: Generate a Sequence diagram
by davido (Cardinal) on Aug 19, 2011 at 20:19 UTC

    Even if you're getting errors, the module is probably many hours worth of work farther along in the project than any four minute PerlMonks solution. So why not post what errors you are getting, and what code you're using so that we can help you to succeed in employing the tool that already exists?


    Dave

      Hi Dave, thanks for your response!!!! I tried in many ways by customising it, etc... sometimes i get error like 'destroy object referece...' sometime it runs but no proper output, hardly dummy xml format will only be printed.

      Of course it works, for 'rolling a dice' the given example. But that doesn't work for other programs which are quite complex or inheriting mulitple modules?

      ANy ideas or suggestion...!!!

        I already gave my suggestion, but to reiterate: Post code, sample data, error messages, and expected output. Otherwise we're guessing.


        Dave