Help for this page

Select Code to Download


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