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