At 12:57 PM 8/15/00 -0700, Nathan Wiger wrote: >This is a succinct summary of the basic conclusions thus far: > > 1. a default filehandle IS needed sometimes, but only > for stuff like print > > 2. $|, $\, $/, etc will probably go away entirely in > favor of object methods such as $handle->autoflush > >That's the current thinking. As always, this is subject to change. >However, most everyone seems to agree that "having global $| vars that >aren't really global but actually depend on what the currently selected >filehandle is which depends on what select() was called on" is bad. So, >setting stuff like autoflush will probably be object methods only. >Setting stuff like the default for print will probably still be via the >default filehandle. Okay, so I guess it makes sense to define some command-line options that change the line characteristics for STDOUT and STDIN, which is what it boils down to. While you're at it, mebbe you could come up with something better than @F for -a :-) -- Peter Scott Pacific Systems Design Technologies
- Re: Default filehandles(was Re: command line option: $... Jonathan Scott Duff
- Re: Default filehandles(was Re: command line option: $... James Mastros
- Re: Default filehandles(was Re: command line option: $... Nathan Wiger
- Re: Default filehandles(was Re: command line option: $... Chaim Frenkel
- Re: Default filehandles(was Re: command line option: $... Jonathan Scott Duff
- Re: Default filehandles(was Re: command line option: $... Chaim Frenkel
- Re: Default filehandles(was Re: command line option: $... Nathan Wiger
- Re: Default filehandles(was Re: command line option: $... Chaim Frenkel
- Re: Default filehandles(was Re: command line option: $... Nathan Wiger
- Re: Default filehandles(was Re: command line option: $... Chaim Frenkel
- pascal-like "with" was Re: Default filehand... Peter Scott
- pascal-like "with" was Re: Default filehand... David L. Nicol
- Re: pascal-like "with" was Re: Default file... Dave Storrs
- Re: pascal-like "with" was Re: Default file... Johan Vromans
- Re: pascal-like "with" was Re: Default file... Dave Storrs
- Re: pascal-like "with" was Re: Default file... John Porter
- Re: pascal-like "with" was Re: Default file... Johan Vromans
- Re: pascal-like "with" was Re: Default file... Dave Storrs
- Re: pascal-like "with" was Re: Default fileh... Clayton Scott
- Re: pascal-like "with" was Re: Default fileh... Dave Storrs
- implied pascal-like "with" or "express&... David L. Nicol