> DC> * Label an argument such that there is no corresponding named > DC> parameter. > > Could this be eased slightly? How about a %rest hash, if supplied > in the prototype would absorb the unused named parameters? Yes, I've been rethinking that in light of my immediately previous posting about C<with>. I suspect that this constraint should only be applied under use strict, or better yet under the influence of a 'strict_args' subroutine attribute. Damian
- RFC 128 (v1) Subroutines: Extend subroutine contexts t... Perl6 RFC Librarian
- Re: RFC 128 (v1) Subroutines: Extend subroutine c... Chaim Frenkel
- Re: RFC 128 (v1) Subroutines: Extend subrouti... Hildo Biersma
- Re: RFC 128 (v1) Subroutines: Extend subroutine c... Damian Conway
- Re: RFC 128 (v1) Subroutines: Extend subrouti... Chaim Frenkel
- Re: RFC 128 (v1) Subroutines: Extend subroutine c... Hildo Biersma
- Re: RFC 128 (v1) Subroutines: Extend subroutine c... Damian Conway
- Re: RFC 128 (v1) Subroutines: Extend subrouti... Graham Barr
- Re: RFC 128 (v1) Subroutines: Extend subroutine c... Tim Jenness