Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    use Tk;
    ...
                -invalidcommand=> sub{$page2->bell}
    )->pack;
    MainLoop;
    
  2. or download this
    -validatecommand=> sub{$_[1] =~/[0-9]/},