> system("/tmp/test.sh");

> /tmp/test.sh is a simple script that just prints some test, using echo
> , but i cannnot make the server to execute it., but i can see the the
> other html code that mod_perl is executing.

I don't many details on this, but I know the following:

The script gets executed, but it's output is not piped to Apache. I
believe perl (or is it mod_perl) needs to be compiled with a certain
option for this to work.  I believe the following works, though:
  print(`/tmp/test.sh`);
or maybe do you own fork?

ELB

--
Eric L. Brine  |  Chicken: The egg's way of making more eggs.
[EMAIL PROTECTED]  |  Do you always hit the nail on the thumb?
ICQ# 4629314   |  An optimist thinks thorn bushes have roses.

Reply via email to