Berkeley CSUA MOTD:Entry 34153
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/05/25 [General] UID:1000 Activity:popular
5/25    

2004/10/15-16 [Computer/SW/Languages/Perl] UID:34153 Activity:nil
10/15   In Perl, what does
        $| = 1;
        mean?
        \_ Flush write buffers after every write
        \_ Flush write buffers after every write -scotsman
           \_ why the strange syntax?
              \_ There are many perl switch varibles.  There are also named
                 aliases for almost all of them.  read the perlvar manpage
                 for some mnemonic help -scotsman
              \_ Perl has no other kind. -- ilyas