Help for this page

Select Code to Download


  1. or download this
    perl -MTk -e "print $Tk::VERSION"
    
  2. or download this
    sub butone {
        my $color = $diswindow->chooseColor(
    ...
            change_colors( $_, $color, $fg ) for @children;
        }
    }