Help for this page
#!/usr/bin/env perl ... $f2->Button(-text => 'Quit', -command => sub { exit; })->pack; MainLoop;