Hi,

I have been told that in order to pass variables via passthru() to another script (in my case, a perl script) one can do the following ...

passthru("home/test.cgi $var")

and that $var will then be passed through to the cgi.

I have tried this and failed.

Is this the proper format or is there something that I am missing.

Thanks,
chris

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to