http://qs1969.pair.com?node_id=279822


in reply to Re: Exegesis 6 - Named binding
in thread Exegesis 6 - Named binding

I asked about this in #perl, and the consesus seems to be that it does not clear %details, because
sub part (Selector $is_sheep, Str *%labels = (sheep => "sheep", goats => "goats"), *@data ) returns List of Pair { ... }
would just do the wrong thing if called as part sheep=>"horse", Animal::Horse, @animals

Update: Just to make it clear, I'm talking assignment here, not binding.



T I M T O W T D I