Help for this page

Select Code to Download


  1. or download this
    
    use strict;
    ...
    MainLoop;
    
  2. or download this
    my $len;
    
    ...
                                    }
                                 }
    );
    
  3. or download this
    $text->bind('<<Modified>>', sub{
                                    if ($len ne $text->Contents ){
    ...
                                    }
                                 }
    );