in reply to Re^2: Does eval cause that much of a performance hit?
in thread Does eval cause that much of a performance hit?

If the issue is installation of new/unapproved modules into the system libraries, rather than the use of them in general, you may be able to install them in a personal library or application specific library. All you have to do to use modules from non-standard locations is add the non-standard library directory to @INC.

I have also found Devel::NYTProf a useful profiling module.

  • Comment on Re^3: Does eval cause that much of a performance hit?