Was wondering if anyone ran into this problem. I'm using Spreadsheet::WriteExcel. I run a .pl in Padre it works great. I package it with its modules using pp
into an exe. the exe runs until it has to write a formula i.e. '=A1-A2' into excel. It writes all none formulas cells before that point, but as soon as it uses a
where $value is a string like '=A1-A2'.
the exe errors and closes the gui console window. to reiterate if I run it from Padre it doesn't happen. I don't know how to get the gui console from stop disappearing if someone tells me how I try to paste what the error is.