for (@ARGV) { my $x = MainWindow->new; $x->bind("", sub { $x->destroy }); }