in reply to Re: Spreadsheet::WriteExcel packaged with pp
in thread Spreadsheet::WriteExcel packaged with pp

How do I turn on debugging within the exe? I don't use -gui when packaging so the console is available, but when it crashes the window closes.
  • Comment on Re^2: Spreadsheet::WriteExcel packaged with pp

Replies are listed 'Best First'.
Re^3: Spreadsheet::WriteExcel packaged with pp
by Anonymous Monk on Dec 30, 2015 at 20:46 UTC
      Ok ran the from console window and it said it was missing to Parse::RecDescent to write formula's. Added a use Parse::RecDescent; to main file so it's included in the packaging. Executable works! Thanks for the help.
        Oh, I guess you forgot the -x option, if you use the -x option you don't need to add any use statements your program doesn't need to run on its own