Re: Currying an attribute

2010-01-29 Thread Joel Bernstein
2010/1/28 Buddy Burden barefootco...@gmail.com: [snip rather copious and hard to follow example] So is there any way to have one attribute be the argument curried to another attribute's methods? See, now here I think you finally said what you're trying to achieve. If I understand correctly

Re: [Newb] Mangling parameters, avoiding recursions?

2011-07-08 Thread Joel Bernstein
On 8 July 2011 21:04, Ekki Plicht (DF4OR) e...@plicht.de wrote: around 'kdnr' = sub {    my ($org, $self, $value) = @_;    return $self-kdnr unless $value; #...    return $self-kdnr($value); }; When reading the data set the debugcounter skyrockets within seconds, a little bit later I get