For some reason I had to ask on IRC what this meant, because it doesn’t google well:


$| = 1;

I don’t know why I didn’t understand that intuitively :) At any rate, the answer is:

LeoNerd: No, it forces the currently selected output filehandle not to buffer its output

Related posts:

  1. Programming in C: Converting an Integer to Binary (int to bin)
  2. Annoying people with code: A gentle introduction to C# and Mono Part 2 – Data Types
  3. Annoying people with code: A gentle introduction to C# and Mono
  4. Annoying people with code: A gentle introduction to C# and Mono Part 3: Creating a GUI (Graphical) Mono / C# Program
  5. Why?