0

http://www.safercode.com

Many times while going through some perl code, you must have come across snippets like “select((select(fh), $|=1)[0])” and wondered what this means, even though you might know that: * $|=1 is used for setting autoflush (i.e. unbuffered data output) and that * select is used to set the default output to a given file handle instead of STDOUT

Full story »
sonysuxx's picture
Created by sonysuxx 14 years 9 weeks ago
Category: High End   Tags:

Best karma users