Pls help me:
how to call a application program on perl + RH8.0
the following:
****************************************************
system("R BATCH /temp/test.r /temp/testout.dat");
****************************************************
can run on php, but when I try perl. always give me "500" error.
any configuration problem?
Thank you !!!!