Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!umich!samsung!zaphod.mps.ohio-state.edu!sdd.hp.com!elroy.jpl.nasa.gov!jpl-devvax!lwall From: lwall@jpl-devvax.JPL.NASA.GOV (Larry Wall) Newsgroups: comp.lang.perl Subject: Re: (f)flush? Message-ID: <9027@jpl-devvax.JPL.NASA.GOV> Date: 6 Aug 90 18:37:27 GMT References: <1990Aug2.225410.2587@NCoast.ORG> <8992@jpl-devvax.JPL.NASA.GOV> <1990Aug4.191307.10807@NCoast.ORG> Reply-To: lwall@jpl-devvax.JPL.NASA.GOV (Larry Wall) Organization: Jet Propulsion Laboratory, Pasadena, CA Lines: 9 In article urlichs@smurf.sub.org (Matthias Urlichs) writes: : Why don't we just make $| be the stdio buffer size of the current file handle? : : Zero is the default stdio buffer, a buffer size of one obviously says : "unbuffered", and anything else setvbuf()s a buffer of that size. $| = 1 obviously does NOT want to mean "unbuffered". Larry