Help for this page

Select Code to Download


  1. or download this
    select(LOGFILE); $| = 1;
    select(STDOUT);
    
  2. or download this
    $ perl -le 'print $|; $| = 999; print $|; $| = ""; print $|'
    0
    1
    0