select(LOGFILE); $| = 1; select(STDOUT); #### $ perl -le 'print $|; $| = 999; print $|; $| = ""; print $|' 0 1 0