http://qs321.pair.com?node_id=390280


in reply to Re: proxying overloads: returns seem to lie
in thread proxying overloads: returns seem to lie

Huh! Well, it's good that I can now make the code work, although it starts to suggest to me that I'm going to need to write more explicit overloading for the Capsule class to make everything work correctly. Meanwhile, I'm not sure, given your explanation, why this works normally:
my $result = $widget eq "It's a widget!"; print "# result of comparison: ", ($result?'true':'false'), "\n";
I suppose there's some context change going on in the capsule's overload nomethod, but I'm not clear on what it is.

Is there a simple tool I could use to see these context changes? I don't think it's the debugger, but maybe it's got voodoo I don't know about.
rjbs

Replies are listed 'Best First'.
Re^3: proxying overloads: returns seem to lie
by Prior Nacre V (Hermit) on Sep 25, 2004 at 23:26 UTC

    Glad you got your code working.

    I'm not sure about tools for this: investigation of the CPAN Module: Want may prove fruitful.

    Regards,

    PN5