Help for this page

Select Code to Download


  1. or download this
    # table option
    -browsecommand => \&brscmd,
    ...
    
    }
    
  2. or download this
    #!/usr/bin/perl
    use Tk;
    ...
       $t->tagRaise('dis', 'OddCol');  # only needed if coltagcommand used
    
    }