> Greetings, > > Im looking for something opensource that can read in directories of perl > source files, and build a nice web based output on the lines of what's used > at: > > http://www.oscdox.com/crossx/nav.html?_variables/index.html > > All I can find is single page generation, or batch generation, but nothing > that does what the oscdox people have. > > Seems plenty of applications are written to do this for other languages, and > not perl :( > > Im starting to think its time to roll my own. > > Thanks, > -c
Depending on how your code is done you might consider OODoc, which won't do the variable thing, but it seems to be very good at documenting OOP methods, etc. http://perl.overmeer.net/oodoc/ The documentation for Mail::Box is an incredible example. A very complex suite of modules, documented very well. http://danconia.org -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>