in reply to Re: Re: Perl/Tk - values appearing in the wrong place!
in thread Perl/Tk - values appearing in the wrong place!

Huh, you're right. Odd. I guess Tk's not respecting strict 'refs' like it should. I'd say that's probably a bug somewhere in the (compiled) bindings. *shrug*

Anyway, did you add the \ to enreference the hash element, as demonstrated in the second two BrowseEntry examples? That should solve the problem, at least.

bbfu
Black flowers blossom
Fearless on my breath

  • Comment on Re3: (Tk doesn't respect strict 'refs') Perl/Tk - values appearing in the wrong place!
  • Select or Download Code

Replies are listed 'Best First'.
Re: Re3: (Tk doesn't respect strict 'refs') Perl/Tk - values appearing in the wrong place!
by jdtoronto (Prior) on Aug 07, 2003 at 02:53 UTC
    Yes! and it worked, that was the problem. Too tired to notice when I was working at it earlier in the day.

    Thanks for the comments.

    ...john