in reply to Re: Accessing constants via symbol table possible?
in thread Accessing constants via symbol table possible?

Hi dio,

I have to apologize for this long delay until giving feedback, but I only come round here so seldomly.

Your hint was absolutely right. I should have had a look at the source of constant.pm (by invoking perldoc with the -m switch) to realize that the constants are only inlined subs.

Regards
  • Comment on Re: Re: Accessing constants via symbol table possible?