RFC 337 (v2) Common attribute system to allow user-defined, extensible attributes by Perl6 RFC Librarian- October 1, 2000 This and other RFCs are available on the web at http:dev.perl.orgrfc=head1 TITLECommon attribute system to allow user-defined, extensible attributes=head1 VERSION Maintainer: Nathan Wiger <natewiger.org> Date: 28 Sep 2000 Last Modified: 1 Oct 2000 Mailing List: perl6-languageperl.org Number: 337 Version: 2 Status: Frozen=head1 ABSTRACTCamel-3 and others have proposed a syntax for declaring variables likeso: my type $var :attr1 :attr2 = $val;However, nobody has firmly nailed down.http://www.nntp.perl.org/group/perl.perl6.announce.rfc/2000/10/msg405.html RFC 332 (v2) Regex: Make $ equivalent to z under the 's' modifier by Perl6 RFC Librarian- October 1, 2000 This and other RFCs are available on the web at http:dev.perl.orgrfc=head1 TITLERegex: Make $ equivalent to z under the &39;s&39; modifier=head1 VERSION Maintainer: Bart Lateur <bart.lateurskynet.be> Date: 28 Sep 2000 Last Modified: 1 Oct 2000 Mailing List: perl6-language-regexperl.org Number: 332 Version: 2 Status: Frozen=head1 ABSTRACTTo most Perlers, $ in a regex simply means "end of string". This isonly right, if you&39;re absolutely sure your string doesn&39;t end...http://www.nntp.perl.org/group/perl.perl6.announce.rfc/2000/10/msg406.html RFC 274 (v2) Generalised Additions to Regexs by Perl6 RFC Librarian- October 1, 2000 This and other RFCs are available on the web at http:dev.perl.orgrfc=head1 TITLEGeneralised Additions to Regexs=head1 VERSION Maintainer: Richard Proctor <richardwaveney.org> Date: 22 Sep 2000 Last Modified: 1 Oct 2000 Mailing List: perl6-language-regexperl.org Number: 274 Version: 2 Status: Frozen=head1 ABSTRACTThis proposes a way for generalised additions to regex capabilities.=head1 DESCIPTIONGiven that expansion of regexes could include (+...) and (...) I havebeen thinking...http://www.nntp.perl.org/group/perl.perl6.announce.rfc/2000/10/msg396.html RFC 198 (v3) Boolean Regexes by Perl6 RFC Librarian- October 1, 2000 This and other RFCs are available on the web at http:dev.perl.orgrfc=head1 TITLEBoolean Regexes=head1 VERSION Maintainer: Richard Proctor <richardwaveney.org> Date: 6 Sep 2000 Last Modified: 1 Oct 2000 Mailing List: perl6-language-regexperl.org Number: 198 Version: 3 Status: Frozen=head1 ABSTRACTThis is a development of the proposal for the "not a pattern" concept in RFC166 V1. Looking deeper into the handling of advanced regexs, there arepotential needs for many other..http://www.nntp.perl.org/group/perl.perl6.announce.rfc/2000/10/msg397.html RFC 166 (v4) Alternative lists and quoting of things by Perl6 RFC Librarian- October 1, 2000 This and other RFCs are available on the web at http:dev.perl.orgrfc=head1 TITLEAlternative lists and quoting of things=head1 VERSION Maintainer: Richard Proctor <richardwaveney.org> Date: 27 Aug 2000 Last Modified: 1 Oct 2000 Mailing List: perl6-language-regexperl.org Number: 166 Version: 4 Status: Frozen=head1 ABSTRACTExpand Alternate Lists from Arrays and Quote the contents of things inside regexes.=head1 DESCRIPTIONThese are a couple of constructs to make it easy to build up...http://www.nntp.perl.org/group/perl.perl6.announce.rfc/2000/10/msg398.html RFC 162 (v2) Heredoc contents by Perl6 RFC Librarian- October 1, 2000 This and other RFCs are available on the web at http:dev.perl.orgrfc=head1 TITLEHeredoc contents=head1 VERSION Maintainer: Richard Proctor <richardwaveney.org> Date: 27 Aug 2000 Last Modified: 1 Oct 2000 Mailing List: perl6-languageperl.org Number: 162 Version: 2 Status: Frozen=head1 ABSTRACTThe content of a Heredoc is normally included into the program verbatim.RFC 111 allows whitespace (and comments) on the terminator. This RFC coversthe content. It introduces the <<<.http://www.nntp.perl.org/group/perl.perl6.announce.rfc/2000/10/msg399.html RFC 112 (v4) Assignment within a regex by Perl6 RFC Librarian- October 1, 2000 This and other RFCs are available on the web at http:dev.perl.orgrfc=head1 TITLEAssignment within a regex=head1 VERSION Maintainer: Richard Proctor <richardwaveney.org> Date: 16 Aug 2000 Last Modified: 1 Oct 2000 Mailing List: perl6-language-regexperl.org Number: 112 Version: 4 Status: Frozen=head1 ABSTRACTProvide a simple way of naming and picking out information from a regexwithout having to count the brackets.=head1 DESCRIPTIONIf a regex is complex, counting the bracketed...http://www.nntp.perl.org/group/perl.perl6.announce.rfc/2000/10/msg400.html RFC 11 (v2) Examples encoded with =also forbeginend POD commands by Perl6 RFC Librarian- October 1, 2000 This and other RFCs are available on the web at http:dev.perl.orgrfc=head1 TITLEExamples encoded with =also forbeginend POD commands=head1 VERSION Maintainer: Barrie Slaymaker <barriesslaysys.com> Date: 2 Aug 2000 Last Modified: 1 Oct 2000 Mailing List: perl-qaperl.org Number: 11 Version: 2 Status: Frozen=head1 ABSTRACTI<Note: written in the present tense, though =also, Pod::Tests, andpod2tests are not yet implemented>.The C<=also forbeginend> commands are shorthand...http://www.nntp.perl.org/group/perl.perl6.announce.rfc/2000/10/msg395.html RFC 18 (v2) Immediate subroutines by Perl6 RFC Librarian- October 1, 2000 This and other RFCs are available on the web at http:dev.perl.orgrfc=head1 TITLEImmediate subroutines=head1 VERSION Maintainer: Jean-Louis Leroy Date: 4 Aug 2000 Last Modified: 1 Oct 2000 Mailing List: perl6-languageperl.org Number: 18 Version: 2 Status: Frozen=head1 ABSTRACTThis very simple construct, inspired by the Forth language, makes theparser extensible by Perl code, providing powerful macro capabilities,multi-line comments, inline functions and conditional...http://www.nntp.perl.org/group/perl.perl6.announce.rfc/2000/10/msg394.html RFC 88 (v3) Omnibus Structured ExceptionError Handling Mechanism by Perl6 RFC Librarian- October 1, 2000 This and other RFCs are available on the web at http:dev.perl.orgrfc=head1 TITLE Omnibus Structured ExceptionError Handling Mechanism=head1 VERSION Maintainer: Tony Olekshy <olekshyavrasoft.com> Date: 8 Aug 2000 Last Modified: 1 Oct 2000 Mailing List: perl6-language-errorsperl.org Number: 88 Version: 3 Status: Frozen=head1 NOTES RFC 88 as HTML http:www.avrasoft.comperl6rfc88.htm RFC 88 as Text http:www.avrasoft.comperl6rfc88.txt RFC 88 as POD ...http://www.nntp.perl.org/group/perl.perl6.announce.rfc/2000/10/msg393.html |