Displaying 1 result from an estimated 1 matches for "getfromsocket".
2000 Dec 29
1
help with sockets
i would like to use sockets to accept commands over the net.
so a socket should be a replacement for stdin.
whenever i have a complete line, i want to hand it over to the parser.
i cannot do it simply with eval because eval expects a complete
expression.
additionally, eval and evalq
seem not to accept strings.
is there an easy way to do this?
let me rephrase
my program should run a loop