Re: RFC 132 (v1) subroutines should be able to return an lvalue

[email protected] ((Johan Vromans)) Sun, 20 Aug 2000 11:11:51 +0200 (CEST)
Newsgroups perl.perl6.language.subs
Message-ID <[email protected]>
[Quoting Chaim Frenkel, on August 20 2000, 00:54, in "Re: RFC 132 (v1) sub"]
> Why do you mind having an attribute?

An attribute would 
  - require the sub to be consequent in what it returns;
  - require the sub to be predeclared before it can be used;
  - make it unfeasable for methods.

-- Johan