On Friday 08 October 2004 09:24 am, Jenda Krynicky wrote: > From: Chris Puccio <[EMAIL PROTECTED]> > > > 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. > > 1) There should be so few variables with a big enough scope that > you'd need something like this that it's IMHO not as usefull as it > may sound. If you do keep the scopes of variables small you seldom > need to find all occurences of a variable by some automated way, > because you can simply see them all.
If this wasn't something I didn't need/wasn't usefull for what i want, I wouldn't have asked. The size of variable scope had nothing to do with my original post. > I think that if you need something like this then your code is not > written clearly enough. Wrong. Even if its not to the extent of the URL I had listed, having everything syntax highlighted, organized, and clickable is something that i'm looking for. Has nothing to do with code quality.. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>