Help for this page

Select Code to Download


  1. or download this
      select(STDERR);
      $| = 1;
    
  2. or download this
    use Inline C => <<'END_C';
    void make_flush() {
        fflush(NULL);
    }
    END_C