Help for this page

Select Code to Download


  1. or download this
    my $red;
    my $green;
    ...
    my $green_frame = $variable_frame->Label(-textvariable => \$green)->pa
    +ck();
    my $blue_frame = $variable_frame->Label(-textvariable => \$blue)->pack
    +();
    $variable_frame->Label(-text =>"------")->pack();
    
  2. or download this
    $red_frame->update;
    $greeen_frame->update;
    $blue_frame->update;