> 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

Reply via email to