sriram83.life has asked for the wisdom of the Perl Monks concerning the following question:
select(LOGFILE); $| = 1;
select(STDOUT);Thanks,
Sriram
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: what is the meaning of $| in perl?
by Corion (Patriarch) on Mar 10, 2014 at 11:41 UTC | |
Re: what is the meaning of $| in perl?
by Discipulus (Canon) on Mar 10, 2014 at 11:45 UTC | |
Re: what is the meaning of $| in perl?
by davido (Cardinal) on Mar 10, 2014 at 14:08 UTC | |
Re: what is the meaning of $| in perl? (Buffering/autoflush/Unicode/UTF-8 References)
by eyepopslikeamosquito (Archbishop) on Mar 10, 2014 at 19:13 UTC | |
Re: what is the meaning of $| in perl?
by kcott (Archbishop) on Mar 10, 2014 at 22:15 UTC | |
Re: what is the meaning of $| in perl?
by toolic (Bishop) on Mar 10, 2014 at 15:06 UTC | |
Re: what is the meaning of $| in perl?
by Laurent_R (Canon) on Mar 10, 2014 at 20:05 UTC | |
Re: what is the meaning of $| in perl?
by vinoth.ree (Monsignor) on Mar 11, 2014 at 08:52 UTC |