Re: Further to my post about problems with Tk

2005-05-14 Thread $Bill Luebkert
Tim Bolshaw wrote: > 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 > >

Further to my post about problems with Tk

2005-05-14 Thread Tim Bolshaw
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