RFC 181 (v1) Formats out of core / New format syntax

2000-08-31 Thread Perl6 RFC Librarian
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:

Re: RFC 39 (v3) Perl should have a print operator

2000-08-31 Thread Tom Christiansen
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 within

Re: RFC 181 (v1) Formats out of core / New format syntax

2000-08-31 Thread Philip Newton
On 31 Aug 2000, Perl6 RFC Librarian wrote: my format $FILE_FORMAT = @: @ $name, $ssn . Then this is even less different and scary. Get rid of that Cmy and it's Perl 5. s/that Cmy/that Cmy and the dollar sign/; Cheers, Philip -- Philip Newton [EMAIL PROTECTED]