Help for this page
#!/usr/bin/perl -w ... }
sub minimize { ($state eq 'min') and return; ... $mw->geometry(undef); $mw->update; }