in reply to (bbfu) ($obj-can) Re3: object ref syntax
in thread object ref syntax

If you call a method like a function, and in this case you do, you want to pass the object as the first argument. $o->can($b . "_edit")->($o); -Anomo