hi,
while reading through a pike tutorial i noticed something i find odd:
there are write() and werror() as shortcuts for Stdio.stdout.write() and Stdio.stderr.write()
but there are not shortcuts for Stdio.stdin.read() or Stdio.stdin.gets()
why is that?
should a shortcut for reading from stdin be made?
greetings, martin.