This and other RFCs are available on the web at
http://dev.perl.org/rfc/
=head1 TITLE
IO: Standardization of Perl IO Functions to use Indirect Objects
=head1 VERSION
Maintainer: Nathan Wiger <[EMAIL PROTECTED]>
Date: 15 Sep 2000
Last Modified: 26 Sep 2000
Mailing List:
This and other RFCs are available on the web at
http://dev.perl.org/rfc/
=head1 TITLE
IO: Standardization of Perl IO Functions to use Indirect Objects
=head1 VERSION
Maintainer: Nathan Wiger <[EMAIL PROTECTED]>
Date: 15 Sep 2000
Mailing List: [EMAIL PROTECTED]
Numbe
Jon Ericson wrote:
>
> Is a problem with writing these the other way around as well:
>
> @file = readline open(" print open(">>/var/log/logfile") "Hello, world!";
Currently - and by currently I mean that only RFC 14 was adopted and
everything else stayed the same - these would have to be wr
Nathan Wiger wrote:
> This is an idea I've been chewing on for some time. RFC 14 proposes a
> new syntax to open():
>
>$FH = open dir "/usr/local/bin" or die "Badness: $!";
>
> which is far different from the current open(). This is actually a more
> flexible and consistent syntax, with a co
All-
This is an idea I've been chewing on for some time. RFC 14 proposes a
new syntax to open():
$FH = open dir "/usr/local/bin" or die "Badness: $!";
which is far different from the current open(). This is actually a more
flexible and consistent syntax, with a cool feature I just came acros