My php script is to call perl scipt which makes use of
Spreadsheet::Pa rseExcel module to parse Excel file. I am able to launch
php script from command line so that perl script can run and properly
parse Excel file. However, when I put php script on server side and
then launch php through client request, perl program can't run.
Anyone has any suggestion re how to fix this problem? Thanks a lot,
-Ying
Spreadsheet::Pa rseExcel module to parse Excel file. I am able to launch
php script from command line so that perl script can run and properly
parse Excel file. However, when I put php script on server side and
then launch php through client request, perl program can't run.
Anyone has any suggestion re how to fix this problem? Thanks a lot,
-Ying
Comment