Hi.
I use exec() to combine a perlscript with php which works fine unless I try to pass a variable to this script. But that's what I am trying to do.
exec("script.cgi $var"); and $_SERVER['argv'] doesn't seem to work...
Any ideas?! Thank you very much for any hint.
Fox