in reply to TK form submission
my $file_name = ''; my $file = $TOP->Frame; my $fn = $file->LabEntry(-label => 'File Name: ', -width => 4 +0, -labelPack => [qw/-side left -anchor w/], -textvariable => \$file_name)->pack(qw/-side left/) [download]