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

How do I turn on debugging within the exe?

Magic :D

PAR -> PAR -> http://search.cpan.org/tools/PAR -> http://search.cpan.org/grep?cpanid=RSCHUPP&release=PAR-1.010&string=debug&i=1&n=1&C=0

I don't use -gui when packaging so the console is available, but when it crashes the window closes.

start run cmd.exe

then type path to .exe

then the window won't close

  • Comment on Re^3: Spreadsheet::WriteExcel packaged with pp

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