my $Status = 'Starting application'; my $label = $main->label( -textvariable => \$Status ); $Status = 'Done loading application';