Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^2: finding subroutine dependencies?

by Anonymous Monk
on Oct 02, 2009 at 00:06 UTC ( [id://798766]=note: print w/replies, xml ) Need Help??


in reply to Re: finding subroutine dependencies?
in thread finding subroutine dependencies?

So counting parens on the cheap w/o full parsing (maybe -> Deparse, B, ...) is a problem.

I had resolved this problem by running all code through perltidy -dac first. An additional problem is whether braces might occur with strings. This can be dealt with by reducing all strings to null before running through perltidy. The only other possibility I can think of would be braces appearing with regular expressions, but thus far, I hadn't run into enough occurrences to warrant figuring out a solution yet.

Thanks everyone for your responses. I'll look more at the CPAN references mentioned earlier later tonight.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://798766]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (5)
As of 2024-04-18 04:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found