Help for this page

Select Code to Download


  1. or download this
    my %black_on_tan = (-fg=>'black',
                        -bg=>'tan',
    ...
    my $see_list=$w->Button(-text=>'See Deleted List', %black_on_tan);
    
    # likewise for other buttons...
    
  2. or download this
    my %pid;  # this should have global scope
    
    ...
    
        $pid{$proc} = 0;
    }