in reply to Re: Re: Re: use vs. require in string eval?
in thread use vs. require in string eval?

Most likeley, the problem is in Devel::Profile. Try Time::HiRes or Benchmark instead and see if it says the same thing.

It seems unlikely that 7 calls which each take 0.011 seconds would even be noticeable. Are you actually seeing a difference, or just going on numbers you get from Devel::Profiler? Also, are these numbers actual time or are they CPU time?

  • Comment on Re: Re: Re: Re: use vs. require in string eval?