>Perl supplies an operator for line input - angle brackets. This is no
>analogous operator for output. I propose "inverse angle brackets":
>>"Print this line.\n"<;
Perl already *has* a print operator: "print". :-)
The problem with what you have there is that it hides the act of
output wit
>=item Complex filehandle references
>my %filesystem;
>my $filename = '/etc/shells';
>open $filesystem{$filename}, $filename
>or die "can't open $filename: $!";
>print <$filesystem{$filename}>;
>__END__
>GLOB{0xa042284}
This goes hand-in-glove with the issue tha
This and other RFCs are available on the web at
http://dev.perl.org/rfc/
=head1 TITLE
Formats out of core / New format syntax
=head1 VERSION
Maintainer: Nathan Wiger <[EMAIL PROTECTED]>
Date: 30 Aug 2000
Mailing List: [EMAIL PROTECTED]
Version: 1
Number: 181
Status: Develop
This and other RFCs are available on the web at
http://dev.perl.org/rfc/
=head1 TITLE
Object Class hooks into C
=head1 VERSION
Maintainer: Mark Biggar <[EMAIL PROTECTED]>
Date: 30 Aug 2000
Mailing List: [EMAIL PROTECTED]
Version: 1
Number: 180
=head1 ABSTRACT
There needs to be a
This and other RFCs are available on the web at
http://dev.perl.org/rfc/
=head1 TITLE
Perl should have a print operator
=head1 VERSION
Maintainer: Jon Ericson <[EMAIL PROTECTED]>
Date: 5 August 2000
Last-Modified: 30 August 2000
Mailing List: [EMAIL PROTECTED]
Version: 3
Number:
This and other RFCs are available on the web at
http://dev.perl.org/rfc/
=head1 TITLE
Angle brackets should not be used for file globbing
=head1 VERSION
Maintainer: Jon Ericson <[EMAIL PROTECTED]>
Date: 4 August 2000
Last-Modified: 30 August 2000
Mailing List: [EMAIL PROTECTED]
Ver