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

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.

Replies are listed 'Best First'.
Re^5: Spreadsheet::WriteExcel packaged with pp
by Anonymous Monk on Dec 30, 2015 at 22:29 UTC
    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