in reply to Re: is_constant() - a routine that detects constant subs
in thread is_constant() - a routine that detects constant subs

I'm working on building a new profiler (Devel::Profiler). It's highly useless to instrument constants for a couple reasons (wrappers won't get called, they're useless if they do). Thus, is_constant() was born.

The module should get its first release sometime today - check it out if you get a chance.

-sam

  • Comment on Re: Re: is_constant() - a routine that detects constant subs