Posted by Jerry Stuckle on 05/09/06 01:13
sir.linying@gmail.com wrote:
> My php script is to call perl scipt which makes use of
> Spreadsheet::ParseExcel 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
>
Ying,
What kind of error are you getting? "can't run" is pretty broad.
Are you sure your host has the Spreadsheet::ParseExcel module on their system?
I'm assuming they have Perl - but even that might not be a safe assumption!
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|