Help for this page

Select Code to Download


  1. or download this
    $frame->Label(
        -textvariable => \$value
        )->pack();
    
  2. or download this
    my $value_buffer = $$move{'value'};
    $value = $value_buffer;