boleary has asked for the wisdom of the Perl Monks concerning the following question:
I am using the Spreadsheet::Read to read a large XLSX spreadsheet
Without the Debugger, it takes 28 seconds to complete
With the Debugger it takes 78 seconds to complete
I've searched through the code to see if there were any DB specific settings but I don't see any
I really don't need any debugger access to the Spreadsheet module (at least not when I'm running this test)
I was wondering if there is a clever way to disable the debugger before a function call and re-enable it afterwards
|
|---|