Help for this page

Select Code to Download


  1. or download this
    
    #The Open button:
    ...
    # The Scrolled windows:
    
    $te = $mw->Scrolled( q/TextUndo/, -scrollbars => 'se', -background....
    +.......);
    
  2. or download this
    # The get_statistic.pl script:
    
    ...
    foreach (sort {$a <=> $b} keys %distrib) {
        print "$_\t$distrib{$_}\n";
    }