> And if lvalue access were made the only way of doing assignment of > params in this context then a whole bunch of the code in param could > be removed. Maybe this is the confusion. I'm not saying subs should ONLY be lvalue. I think they should be both rvalue and lvalue at the same time. Automatically. Did anybody look at this example? @array = $r->func((split /:/, <PASSWD>)); # ok @array = ($r->func) = split /:/, <PASSWD>; # same thing -Nate
- RFC 107 (v1) lvalue subs should receive the rvalue as ... Perl6 RFC Librarian
- Make lvalue subs the default (was Re: RFC 107 (v1... Nathan Wiger
- Re: Make lvalue subs the default (was Re: RFC... Piers Cawley
- Re: Make lvalue subs the default (was Re:... Nathan Wiger
- Re: Make lvalue subs the default (was... Andy Wardley
- Re: Make lvalue subs the default (was Re: RFC... Jonathan Scott Duff
- Re: Make lvalue subs the default (was Re:... Nathan Wiger
- Re: Make lvalue subs the default (was... Jonathan Scott Duff
- Re: Make lvalue subs the default... Nathan Wiger
- Re: Make lvalue subs the def... Nathan Torkington
- Re: Make lvalue subs the... Nathan Wiger
- Re: Make lvalue subs the default (was Re:... James Mastros
- Re: Make lvalue subs the default (was Re: RFC... Nathan Torkington
- Re: Make lvalue subs the default (was Re:... Nathan Wiger