in reply to Re: 'reflection', aka traversing symbol tables
in thread 'reflection', aka traversing symbol tables

thanks for your reply. i should have included some context info. what i want to do is to be able to print the values of each module's $CVS_REVISION variable at the time that the source was initially parsed by Perl (which may be a different value than when this function is called). The intent is that i'd like to know what CVS versions of each module are being run in the currently executing mod_perl application.

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