in reply to 'reflection', aka traversing symbol tables

I would suggest having a look at the code in the Apache::Status module, which comes with mod_perl. It does a lot of stuff similar to this, and you're certain to find a few pieces of code that are useful to lift and adapt to your own needs.

--rjray

  • Comment on Re: 'reflection', aka traversing symbol tables