>>>>> "JV" == Johan Vromans <[EMAIL PROTECTED]> writes: JV> An attribute would JV> - require the sub to be consequent in what it returns; I can't parse that line. JV> - require the sub to be predeclared before it can be used; lvalueness seems to be appropropriate. These two should have different actions. $foo = &foo; &foo = $foo; Perl needs a value for one, and a reference for the other. JV> - make it unfeasable for methods. Why? All methods for the same OO hierarchy should have the same signature. <chaim> -- Chaim Frenkel Nonlinear Knowledge, Inc. [EMAIL PROTECTED] +1-718-236-0183
- Re: RFC 132 (v1) subroutines should be able to return a... Randal L. Schwartz
- Re: RFC 132 (v1) subroutines should be able to ret... Johan Vromans
- Re: RFC 132 (v1) subroutines should be able to... Randal L. Schwartz
- Re: RFC 132 (v1) subroutines should be abl... Johan Vromans
- Re: RFC 132 (v1) subroutines should be... Nathan Torkington
- Re: RFC 132 (v1) subroutines shou... Johan Vromans
- Re: RFC 132 (v1) subroutines should be abl... Damian Conway
- Re: RFC 132 (v1) subroutines should be... Johan Vromans
- Re: RFC 132 (v1) subroutines shou... Chaim Frenkel
- Re: RFC 132 (v1) subroutines ... Johan Vromans
- Re: RFC 132 (v1) subroutines ... Chaim Frenkel
- Re: RFC 132 (v1) subroutines ... Johan Vromans
- Re: RFC 132 (v1) subroutines ... Chaim Frenkel
- Re: RFC 132 (v1) subroutines shou... Damian Conway
- Re: RFC 132 (v1) subroutines should be able to ret... David L. Nicol
- Re: RFC 132 (v1) subroutines should be able to return a... David L. Nicol
- Re: RFC 132 (v1) subroutines should be able to ret... Johan Vromans
- Re: RFC 132 (v1) subroutines should be able to... Tom Christiansen