in reply to Re: How to track variable usage in a script?
in thread How to track variable usage in a script?

Guess your right not a lot to do with the title.

The code I have inherited makes many calls to subs, passing the whole array of arguements as referances.
What I am trying to do is have a sub somewhere which will print out all the values after the returns so that I can monitor whats being changed where.
While I could use a print statement and list all the variables, I have some 500 programs to test.

  • Comment on Re: Re: How to track variable usage in a script?