On Mar 16, 2006, at 5:58 AM, David Kamholz wrote: > *{"$resultset_class\::$meth"} = \&{"$self::\$meth}; Heh, whoops, that should of course be: *{"$resultset_class\::$meth"} = \&{"$self\::$meth}; Dave