Re:foreach issue

2002-01-29 Thread Jeff 'japhy' Pinyan
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

Re:foreach issue

2002-01-29 Thread Jorge Goncalvez
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