RFC 287 (v2) Improve Perl Persistance by Perl6 RFC Librarian- September 30, 2000 This and other RFCs are available on the web at http:dev.perl.orgrfc=head1 TITLEImprove Perl Persistance=head1 VERSION Maintainer: Adam Turoff <ziggypanix.com> Date: 24 Sep 2000 Last Modified: 30 Sep 2000 Mailing List: perl6-languageperl.org Number: 287 Version: 2 Status: Frozen=head1 ABSTRACTMany mechanisms exist to make perl code and data persistant. They shouldbe cleaned up, unified, and documented widely within the coredocumentation.=head1 DESCRIPTIONTom Christiansen proposed.http://www.nntp.perl.org/group/perl.perl6.announce.rfc/2000/09/msg389.html RFC 290 (v3) Better english names for -X by Perl6 RFC Librarian- September 30, 2000 This and other RFCs are available on the web at http:dev.perl.orgrfc=head1 TITLEBetter english names for -X=head1 VERSION Maintainer: Adam Turoff <ziggypanix.com> Date: 24 Sep 2000 Last Modified: 30 Sep 2000 Mailing List: perl6-languageperl.org Number: 290 Version: 3 Status: Frozen=head1 ABSTRACTMany programmers who have not used Perl&39;s -X (or sh&39;s -X) file testsfind them to be bizarre, arcane and confusing.They deserve better &39;use english;&39; names.=head1 NOTESThe first.http://www.nntp.perl.org/group/perl.perl6.announce.rfc/2000/09/msg388.html RFC 357 (v1) Perl should use XML for documentation instead of POD by Perl6 RFC Librarian- September 30, 2000 This and other RFCs are available on the web at http:dev.perl.orgrfc=head1 TITLEPerl should use XML for documentation instead of POD=head1 VERSION Maintainer: Frank Tobin <ftobinuiuc.edu> Date: 30 Sep 2000 Mailing List: perl6-languageperl.org Number: 357 Version: 1 Status: Developing=head1 ABSTRACTPerl documentation should move to using XML as the formatting language,instead of using POD. XML has many advantages over POD, and wouldaddress several problems POD is reaching as it...http://www.nntp.perl.org/group/perl.perl6.announce.rfc/2000/09/msg387.html RFC 361 (v1) Simplifying split() by Perl6 RFC Librarian- September 30, 2000 This and other RFCs are available on the web at http:dev.perl.orgrfc=head1 TITLESimplifying split()=head1 VERSION Maintainer: Sean M. Burke <sburkecpan.org> Date: 30 Sep 2000 Mailing List: perl6-languageperl.org Number: 361 Version: 1 Status: Developing=head1 ABSTRACTPerl 5&39;s C<split> function is messy, and should be simplified.=head1 DESCRIPTIONPerl 5 split does five things that I think are just annoying, andwhich I suggest be removed:=over=item 1. The first argument to...http://www.nntp.perl.org/group/perl.perl6.announce.rfc/2000/09/msg383.html RFC 360 (v1) Allow multiply matched groups in regexes to return a listref of all matches by Perl6 RFC Librarian- September 30, 2000 This and other RFCs are available on the web at http:dev.perl.orgrfc=head1 TITLEAllow multiply matched groups in regexes to return a listref of all matches=head1 VERSION Maintainer: Kevin Walker <kwalkerxmission.com> Date: 30 Sep 2000 Mailing List: perl6-language-regexperl.org Number: 360 Version: 1 Status: Developing=head1 DESCRIPTIONSince the October 1 RFC deadline is nigh, this will be pretty informal.Suppose you want to parse text with looks like: name: John Abajace ...http://www.nntp.perl.org/group/perl.perl6.announce.rfc/2000/09/msg384.html RFC 1 (v4) Implementation of Threads in Perl by Perl6 RFC Librarian- September 30, 2000 This and other RFCs are available on the web at http:dev.perl.orgrfc=head1 TITLEImplementation of Threads in Perl=head1 VERSION Maintainer: Bryan C. Warnock <bwarnockgtemail.net> Date: 1 Aug 2000 Last Modified: 28 September 2000 Mailing List: perl6-internalsperl.org Number: 1 Version: 4 Status: Frozen=head1 CHANGESNo significant changes. Freezing.=head1 ABSTRACTPerl 6 should be built around threads from the beginning.=head1 DESCRIPTIONPerl 5 attempted (with relatively good...http://www.nntp.perl.org/group/perl.perl6.announce.rfc/2000/09/msg385.html RFC 359 (v1) Improvement needed in error messages (both internal errors and die function). by Perl6 RFC Librarian- September 30, 2000 This and other RFCs are available on the web at http:dev.perl.orgrfc=head1 TITLEImprovement needed in error messages (both internal errors and die function).=head1 VERSION Maintainer: S. A. Janet <stosheskimo.com> Date: 30 Sep 2000 Mailing List: perl6-language-errorsperl.org Number: 359 Version: 1 Status: Developing=head1 ABSTRACTError messages should contain the word ERROR&39; in them. Messages dueto internal errors should contain INTERNAL ERROR&39;.Error messages should also...http://www.nntp.perl.org/group/perl.perl6.announce.rfc/2000/09/msg386.html RFC 358 (v1) Keep dump capability. by Perl6 RFC Librarian- September 30, 2000 This and other RFCs are available on the web at http:dev.perl.orgrfc=head1 TITLEKeep dump capability.=head1 VERSION Maintainer: S. A. Janet <stosheskimo.com> Date: 30 Sep 2000 Mailing List: perl6-languageperl.org Number: 358 Version: 1 Status: Developing=head1 ABSTRACTTo simplify distribution of programs in binary form,support for dump should be kept.=head1 DESCRIPTIONThis would immensely aid distribution of code from one Linux, Windows,etc. machine to others without requiring all..http://www.nntp.perl.org/group/perl.perl6.announce.rfc/2000/09/msg382.html RFC 356 (v2) Dominant Value Expressions by Perl6 RFC Librarian- September 30, 2000 This and other RFCs are available on the web at http:dev.perl.orgrfc=head1 TITLEDominant Value Expressions=head1 VERSION Maintainer: Glenn Linderman <glennlinderman.com> Date: 29 Sep 2000 Last Modified: 30 Sep 2000 Mailing List: perl6-languageperl.org Number: 356 Version: 2 Status: Frozen=head1 ABSTRACTAn aid to determining if an input value has an impact on the result ofan expression whole program. Can also be used for Perl poetry.=head1 CHANGESVersion 2 adds output function,...http://www.nntp.perl.org/group/perl.perl6.announce.rfc/2000/09/msg376.html RFC 347 (v2) Remove long-deprecated $ (aka $MULTILINE_MATCHING) by Perl6 RFC Librarian- September 30, 2000 This and other RFCs are available on the web at http:dev.perl.orgrfc=head1 TITLERemove long-deprecated $ (aka $MULTILINE_MATCHING)=head1 VERSION Maintainer: Hugo van der Sanden <hvcrypt0.demon.co.uk> Date: 29 Sep 2000 Last Modified: 30 Sep 2000 Mailing List: perl6-language-regexperl.org Number: 347 Version: 2 Status: Frozen=head1 ABSTRACTThe magic $ variable (known in English as $MULTILINE_MATCHING)has been deprecated for years. It is time to kill it.=head1 DESCRIPTIONIn days of...http://www.nntp.perl.org/group/perl.perl6.announce.rfc/2000/09/msg377.html |