Damien Neil wrote: > What makes you presume this? Perhaps snrub() is something like this: > > sub snrub { > foreach (@_) { > frobnicate $_; > } > } > > You appear to arguing that expressions in function argument lists should > not be evaluated in a list context. Is this really what you mean? I guess I do. I guess I just hate contexts! If a function does stuff to lists it should take a list prototype. > One of the fundamental concepts in Perl is context. Would you care to > address the point of what happens to context when you remove @ and % > prefixes? I think I just did :)
- Re: RFC 109 (v1) Less line noise - let's get rid of @% Jon Ericson
- Re: RFC 109 (v1) Less line noise - let's get rid ... Karl Glazebrook
- Re: RFC 109 (v1) Less line noise - let's get ... Bryan C . Warnock
- Re: RFC 109 (v1) Less line noise - let's get ... Jon Ericson
- Re: RFC 109 (v1) Less line noise - let's ... Karl Glazebrook
- Re: RFC 109 (v1) Less line noise - le... Jon Ericson
- Re: RFC 109 (v1) Less line noise - let's get rid of @% Damien Neil
- Re: RFC 109 (v1) Less line noise - let's get rid ... Karl Glazebrook
- Re: RFC 109 (v1) Less line noise - let's get ... Damien Neil
- Re: RFC 109 (v1) Less line noise - let's ... Casey R. Tweten
- Re: RFC 109 (v1) Less line noise - let's ... Karl Glazebrook
- Re: RFC 109 (v1) Less line noise - le... Damien Neil
- Re: RFC 109 (v1) Less line noise - let's get rid ... John Porter
- Re: RFC 109 (v1) Less line noise - let's get ... Damien Neil
- Re: RFC 109 (v1) Less line noise - let's ... Jonathan Scott Duff
- Re: RFC 109 (v1) Less line noise - le... John Porter
- Re: RFC 109 (v1) Less line noise - let's ... John Porter
- Re: RFC 109 (v1) Less line noise - let's get rid of @% Graham Barr
- Re: RFC 109 (v1) Less line noise - let's get rid of @% Karl Glazebrook
- Re: RFC 109 (v1) Less line noise - let's get rid of @% Karl Glazebrook