Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Tk;
    ...
        $PW->Popup();
        $button->focus();
    }
    
  2. or download this
    package Skrabbel;
    
    ...
        my ($self) = @_;
        return $self->{word_list};
    }