in reply to Spreadsheet::WriteExcel packaged with pp

turn on debugging, don't use --gui option
  • Comment on Re: Spreadsheet::WriteExcel packaged with pp

Replies are listed 'Best First'.
Re^2: Spreadsheet::WriteExcel packaged with pp
by State_Space (Acolyte) on Dec 30, 2015 at 19:48 UTC
    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.
        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.