Help for this page

Select Code to Download


  1. or download this
    use Tk;
    
    ...
    })->pack(qw/-side left/);
    
    MainLoop;
    
  2. or download this
       if ($text->index('end - 1c') > 1) { ... }