Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl --
    ## 
    ...
    } ## end sub Main
    
    __END__
    
  2. or download this
    my $last = $table->{last_selected};
    $last and $last->configure( -background => 'white' );
    $w->configure( -background => 'grey' );
    $table->{last_selected} = $w;