This took me HOURS to track down (my perl debugging skills are not in
the guru class!)  For the benefits of others that are seeing weird
errors in scripts using Tk,

in Tk/Derived.pm line 94 (Tk Version 4.010)

   foreach my $key (keys %$widget)

should be

   foreach my $key (keys %$widget)

This bug leads to all kinds of strange behaviour, none of it near this
particular statement.  The amazing thing, however, is how often the code
continues to run without any symptoms of a problem.
-- 
  Tim Bolshaw
  [EMAIL PROTECTED]

_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to