No, there is no such value as far as I know, you may try `/path/prog $arg < somefile`, but
I doubt it will be different. What prog is it anyway. If it is passwd, I know this behaves
somewhat different, but I think there is still some workaround, you should as at a linux list.

Jean-Christian Imbeault wrote:

Marek Kilimajer wrote:

$result = `echo | /path/prog $arg`;

should work

That didn' work ... don't know why.

Isn't there a way to say echo "EOF"?

There must be a way to specify the ascii or hex value for EOF in an echo statement no?

Jc



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

Reply via email to