On Jan 29, Jorge Goncalvez said:
>$but->configure(-state=>$state);
> $Entry->configure(-state=>$state);
> $box->configure(-state=>$state);
> $box2->configure(-state=>$state);
> $box3->configure(-state=>$state);
>
>@configure=("$but","$Entry","$box","$box2","$box3");
DO NO
Hi I have this:
$but->configure(-state=>$state);
$Entry->configure(-state=>$state);
$box->configure(-state=>$state);
$box2->configure(-state=>$state);
$box3->configure(-state=>$state);
and I wanted to simplify it by
@configure=("$but","$Entry","$box","$box2","$box3