10

I'm trying to print a message to stderr. Is there a way to pass the stderr filehandle to print?

Günter Zöchbauer
  • 623,577
  • 216
  • 2,003
  • 1,567
Shannon -jj Behrens
  • 4,910
  • 2
  • 19
  • 24

1 Answers1

12

Found it:

stderr.write("Message");
Nicolas Garnier
  • 12,134
  • 2
  • 42
  • 39
Shannon -jj Behrens
  • 4,910
  • 2
  • 19
  • 24