$mw->Label(-textvariable => \$rightwrong, -foreground => $colour)->pack(-side=> 'bottom'); #### my $RWWidget = $mw->Label(-textvariable => \$rightwrong, -foreground => $colour)->pack(-side=> 'bottom'); #### $RWWidget->configure(foreground => $colour);
## my $RWWidget = $mw->Label(-textvariable => \$rightwrong, -foreground => $colour)->pack(-side=> 'bottom'); ##
## $RWWidget->configure(foreground => $colour);