auto documentor perl

T

ton de w

Hello,

I was wondering if there a tool that could examine a 50 page CGI
program(that creates html and mysql queries) that I have been given
and create a flow chart or similar from the code?
There are very few comments so just extracting the comments wont help.

TIA

Ton
 
J

Jamie

In said:
Hello,

I was wondering if there a tool that could examine a 50 page CGI
program(that creates html and mysql queries) that I have been given
and create a flow chart or similar from the code?
There are very few comments so just extracting the comments wont help.

Not exactly what you want, but, there is B::Xref (at least on newer
versions of perl) It's not really a program flow so much as a dump
of the symbol table.

Also, Devel::DProf (again, won't give you program flow but it will tell
you how the program is spending it's time)

So far, the best tool I've found for this is ... 'grep' and 'print'.

<rant>
I do wish perl and doxygen would get together some how though, so you
could use one tool for multiple languages. Seems like most projects
consist of a wide range of languages and it'd be nice to have a single
tool for all of them.
</rant>

Course, having ranted that.. I can't see how the two could meet.

Jamie
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,202
Messages
2,571,057
Members
47,665
Latest member
salkete

Latest Threads

Top