in reply to Re: proxying overloads: returns seem to lie
in thread proxying overloads: returns seem to lie
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.my $result = $widget eq "It's a widget!"; print "# result of comparison: ", ($result?'true':'false'), "\n";
|
|---|
| 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 |