in reply to Backticked commands and the readpipe blues
I looks like readpipe() is expecting an EXPR not a LIST. Have you tried: readpipe( '/bin/foo one two three' ); [download]
readpipe( '/bin/foo one two three' ); [download]
-Blake