I am using apache to run a CGI HTML frontend to a database. This system is run locally. Apache does not let me execute external commands or system calls. I am trying to generate a quote from values returned from the database. I first looked at Win::OLE and now Spreadsheet::WriteExcel with the same issues. I can generate the output when i run these scripts from a command prompt, but not when run from the webserver. I also looked at modules that interact with Apache to try and attempt to either fork a process or create a new one to handle this event. Does anyone have any advise for me. How can I achieve my goal. I looked at embeeding the excel into my application using the following command
But this does not provide any ability to print (other than Ctrl+P and save). Any ideas?