Help for this page

Select Code to Download


  1. or download this
    @status_label = ( "abc", "def" );
    
  2. or download this
    my $label1 = $frame_top->Label( -textvariable  => \$status_label[0] )
        ->grid( -row => 1, -column => 1 );
    
  3. or download this
    my $label1 = $frame_top->Label( -textvariable => \$status_label[0] )