Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    } );
    
    MainLoop;
    
  2. or download this
    $entry->bind( '<KeyRelease>', sub {
        if ( $entry_var =~ /^\d+$/ && $entry_var <= 100 ) {
            $scale_var = $entry_var;
        }
    } );