# Insert in open_file after $ListBox is defined. $ListBox->bind('', sub { $filename = $ListBox->get('active')}); #### # Insert in load after $filename is set. $mw->configure(-title => 'TextEd - ' . $filename);