Re: RFC 69 (v1) Standardize input record separator (for

2000-08-09 Thread Bryan C . Warnock
the bullet, I'll at least throw something out that people can object to. (It seems to me that line disciplines, or at least the idea of Perl's implementation of line disciplines, precedes Perl 6. Is this my imagination, or can someone point me to an existing ref?) -- Bryan C. Warnock ([EMAIL

Re: RFC 69 (v3) Standardize input record separator (for

2000-08-10 Thread Bryan C . Warnock
ext"; $line_mode = taste FOO, "line"; spank FOO, text = $text_mode, line = $line_mode; while (FOO) { # Reads with the right disciplines now } open FOO, "frozen_foo", :bin; spank FOO, block = 48, mod = \thaw_struct; while (FOO) { # Do something with the object that is $_ } -- Bryan C. Warnock ([EMAIL PROTECTED])

Re: Internal Filename Representations (was Re: Summary of I/O related RFCs)

2000-08-13 Thread Bryan C . Warnock
This all seems like a lot of work for (what I would consider to be) the common, default case - wanting to open a file native to my OS, on a filesystem seen by my OS. Or am I clue-lossy again? -- Bryan C. Warnock ([EMAIL PROTECTED])

Re: RFC 100 (v2) Embed full URI support into Perl

2000-09-17 Thread Bryan C . Warnock
One of the big draws (to me) for URI support isn't even mentioned in the RFC, although it was discussed following v1, and that is adding DWIMmery to the open to support more than files and pipes. (We recently added URI support to one of our projects for this reason.) -- Bryan C. Warnock ([EMAIL PROTECTED])