From: Chris Puccio <mailto:[EMAIL PROTECTED]> wrote:

: 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.

    I agree with Jenda. PHP does not have (AFAIK) lexical
variables. Perl does not embed in html, like PHP does
(unless you use a module to do that). There is little
reason to profile variables.

    On the other hand, there are a lot of poorly written
scripts out there that rely on broadly scoped variables.
If you were rewriting these scripts a profiler like this
could be useful. Which scripts did you have in mind and
what were result were you hoping to see?


HTH,

Charles K. Clarkson
-- 
Mobile Homes Specialist
254 968-8328



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to