On Tue, Jul 03, 2001 at 11:20:42AM +0200, Konovalov, Vadim Vladimirovich (Vadim) wrote: > I've reported similar thoughts a couple of months ago - see attached message. > > Additionally, there are several places where local temporary variables assigned just to make further assignment less verbose. ("buf" in PerlIOStdio_read function is an example). > > IMHO while idea of perlio.c is good, and it allows cool things, it's implementation could be cleaned greatly. Obviously, doing CRLF in Perl when CRTL supports it already is not a good idea. What CRLF discipline should do on such an architecture is set_mode(whatever) on the corresponding FD (with appropriate flush()ing, of course), and store the info in the flag. That's all. And the current state of FD should have been queried when PerlIO is created (may be this is done already?). IlyaThread Previous | Thread Next