Because write and werror are used a gazillion times more than read/gets.
/ Martin Nilsson (DivX Networks)
Previous text:
2004-09-03 17:50: Subject: making pike easier for the beginner
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.
/ Brevbäraren