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
>
>
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