On Mar 19, 2015 8:58 PM, "Brandon Allbery" <allber...@gmail.com> wrote: > On Thu, Mar 19, 2015 at 9:32 PM, Tom Browder <tom.brow...@gmail.com> wrote: >> >> if (self.$elem) { # <======= LINE 995 =============== LINE 995 > This is an indirect method call. Is that really what you intended?
No, it's supposed to be the value of the self attribute whose name is the value of my $elem. I have to go back and see how to do that. Good pointer, Brandon. Thanks! Best, -Tom