in reply to Re^3: Code after MainLoop; Tk
in thread Code after MainLoop; Tk
instead be-command => print OUTFILE "$job8\n";
Otherwise the print is done when constructing the buttons instead of when pressing them...-command => sub {print OUTFILE "$job8\n"};
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Code after MainLoop; Tk
by PerlCowboy (Novice) on Jun 15, 2016 at 17:04 UTC |