I've written a progtam to update Excel. The program takes the input from a input file and prints it in the excel sheet. Since the target machine does not have the required modules,I used perl2exe to convert it to an exe.
The Perl script when I execute as (program.pl) it works fine without any issues but the EXE fails to execute. It didn't give any output. Since, the EXE is not throwing any error/warning, I couldn't guess the issue. Please help me resolve this.