![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
Re: Re: Re: Re: Exegesis 6 - Named bindingby Cine (Friar) |
on Jul 31, 2003 at 14:05 UTC ( #279578=note: print w/replies, xml ) | Need Help?? |
I still think its the former. Given that I would assume that writing *%data in any context is equivalent to writing So assuming we can use this as an lvalue, an assignment with a list of pairs to this would be the same as taking each pair and assigning it to the value with the specific key. So *%data = *%values should be compiled as Let me take another example and go back to part(). We could write: So the question here is, is $fish eq "hest" after this, or undef? Alternatly we could have written Would that give the same result? Update: Forgot the multi keyword Update: As broquaint pointed out below, I forgot to use the binding operator as I indented to... Update: And the second example is completly bogus, because it would endeed result in a compile time error. Was
T I M T O W T D I
In Section
Seekers of Perl Wisdom
|
|