Help for this page

Select Code to Download


  1. or download this
    
         $search = $top->Entry ('-width'            => 20,
    ...
                                '-invalidcommand'   => sub {$top -> bell()
    + ;},
                   ) ->pack('-side' => 'left');
    
  2. or download this
    '-invalidcommand' => sub {$_[1] =~/^[[:cntrl:]] ;
                              $top -> bell;
                             }