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"); foreach (@configure) { $_->configure(-state=>$state); } but it didn't work can't call method for configure. Thanks. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]