http://www.perlmonks.org?node_id=1018526


in reply to Re^4: ParseExcel Again
in thread ParseExcel Again

"speeding it up or identifying functions which i dont require is very difficult"

Consider profiling your code. Devel::NYTProf, this includes documentation/screen casts explaining how to use the module to locate problems and areas for optimization. See also Debugging and Optimization. Alternatively, invest in a system with more RAM, faster disks (SSD) and a better CPU.